Skip to content

Commit 1a4b326

Browse files
committed
💅 Migrate coveragerc to use source_pkgs
1 parent c19ad16 commit 1a4b326

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.coveragerc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ cover_pylib = false
3333
# https://coverage.rtfd.io/en/latest/contexts.html#dynamic-contexts
3434
# `dynamic_context` conflicts with `pytest-cov` if set here
3535
dynamic_context = test_function
36-
include =
37-
src/*
38-
testing/*
39-
*/lib/python*/site-packages/_pytest/*
40-
*/lib/python*/site-packages/pytest.py
41-
*/pypy*/site-packages/_pytest/*
42-
*/pypy*/site-packages/pytest.py
43-
*\Lib\site-packages\_pytest\*
44-
*\Lib\site-packages\pytest.py
36+
omit =
37+
test_eggs.py
38+
test_ham.py
39+
test_spam.py
4540
parallel = true
4641
plugins =
4742
relative_files = true
43+
source =
44+
.
45+
source_pkgs =
46+
_pytest
47+
pytest

0 commit comments

Comments
 (0)