We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5a062d + 7fe4ab8 commit 8501745Copy full SHA for 8501745
.coveragerc
@@ -1,5 +1,7 @@
1
[run]
2
-omit = .tox/*
+omit =
3
+ # leading `*/` for pytest-dev/pytest-cov#456
4
+ */.tox/*
5
6
[report]
7
show_missing = True
0 commit comments