We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9257aaa commit 43d0debCopy full SHA for 43d0deb
python/setup.cfg
@@ -3,12 +3,3 @@ description-file=README.rst
3
4
[wheel]
5
universal = 1
6
-
7
-[coverage:run]
8
-branch = True
9
-show_missing = True
10
11
-[coverage:report]
12
-omit =
13
- */.tox/*
14
- */tests/*
python/tox.ini
@@ -30,7 +30,6 @@ sitepackages = False
30
branch = True
31
include = sbp/*
32
parallel = true
33
-data_file = .coverage.{toxenv}
34
35
[coverage:report]
36
exclude_lines =
0 commit comments