We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
coveragerc
source_pkgs
1 parent 079fd23 commit f12a21bCopy full SHA for f12a21b
.coveragerc
@@ -33,15 +33,15 @@ cover_pylib = false
33
# https://coverage.rtfd.io/en/latest/contexts.html#dynamic-contexts
34
# `dynamic_context` conflicts with `pytest-cov` if set here
35
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
+omit =
+ test_eggs.py
+ test_ham.py
+ test_spam.py
45
parallel = true
46
plugins =
47
relative_files = true
+source =
+ .
+source_pkgs =
+ _pytest
+ pytest
0 commit comments