Skip to content

Commit

Permalink
.coveragerc: use source again
Browse files Browse the repository at this point in the history
Apparently this causes missing coverage with pdb/pexpect tests.
  • Loading branch information
blueyed committed Mar 1, 2019
1 parent fbbfd70 commit 5857a8f
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
[run]
include =
src/*
testing/*
.tox/*/lib/python*/site-packages/_pytest/*
.tox/*/lib/python*/site-packages/pytest.py
.tox\*\Lib\site-packages\_pytest\*
.tox\*\Lib\site-packages\pytest.py
source = pytest,_pytest,testing/
parallel = 1
branch = 1

[paths]
source = src/
.tox/*/lib/python*/site-packages/
.tox\*\Lib\site-packages\
source = src/_pytest/
.tox/*/lib/python*/site-packages/_pytest/
.tox\*\Lib\site-packages\_pytest\
source_py = src/pytest.py
.tox/*/lib/python*/site-packages/pytest.py
.tox\*\Lib\site-packages\pytest.py

0 comments on commit 5857a8f

Please sign in to comment.