Merge pull request #4867 from blueyed/fix-cov

.coveragerc: use globs with includes
This commit is contained in:
Daniel Hahler 2019-03-01 21:35:20 +01:00 committed by GitHub
commit ed68fcf665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,15 +1,15 @@
[run] [run]
include = include =
src/* */src/*
testing/* testing/*
.tox/*/lib/python*/site-packages/_pytest/* */lib/python*/site-packages/_pytest/*
.tox/*/lib/python*/site-packages/pytest.py */lib/python*/site-packages/pytest.py
.tox\*\Lib\site-packages\_pytest\* *\Lib\site-packages\_pytest\*
.tox\*\Lib\site-packages\pytest.py *\Lib\site-packages\pytest.py
parallel = 1 parallel = 1
branch = 1 branch = 1
[paths] [paths]
source = src/ source = src/
.tox/*/lib/python*/site-packages/ */lib/python*/site-packages/
.tox\*\Lib\site-packages\ *\Lib\site-packages\