Skip to content

Commit

Permalink
Merge pull request #4867 from blueyed/fix-cov
Browse files Browse the repository at this point in the history
.coveragerc: use globs with includes
  • Loading branch information
blueyed committed Mar 1, 2019
2 parents 907e949 + a96907a commit ed68fcf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[run]
include =
src/*
*/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
*/lib/python*/site-packages/_pytest/*
*/lib/python*/site-packages/pytest.py
*\Lib\site-packages\_pytest\*
*\Lib\site-packages\pytest.py
parallel = 1
branch = 1

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

0 comments on commit ed68fcf

Please sign in to comment.