We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbf669 commit 750e3dcCopy full SHA for 750e3dc
1 file changed
.coveragerc
@@ -1,5 +1,10 @@
1
[run]
2
branch = true
3
-include =
4
- pytest_bdd/*
5
- tests/*
+source_pkgs = pytest_bdd
+source = tests
+
6
+[paths]
7
+source =
8
+ .
9
+ .tox/*/lib/*/site-packages/
10
+ .tox\\*\\Lib\\site-packages\\
0 commit comments