Merge pull request #4883 from blueyed/fix-coverage-includes

.coveragerc: fix include for pypy
This commit is contained in:
Daniel Hahler 2019-03-04 19:31:14 +01:00 committed by GitHub
commit 2fe922608f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@ include =
testing/*
*/lib/python*/site-packages/_pytest/*
*/lib/python*/site-packages/pytest.py
*/pypy*/site-packages/_pytest/*
*/pypy*/site-packages/pytest.py
*\Lib\site-packages\_pytest\*
*\Lib\site-packages\pytest.py
parallel = 1
@ -12,4 +14,5 @@ branch = 1
[paths]
source = src/
*/lib/python*/site-packages/
*/pypy*/site-packages/
*\Lib\site-packages\