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.
1 parent 695bc3f commit 210ca15Copy full SHA for 210ca15
tox.ini
@@ -126,6 +126,9 @@ exclude_lines =
126
if TYPE_CHECKING:
127
if typing.TYPE_CHECKING:
128
if __name__ == .__main__.:
129
+omit = */test/*
130
+ */.tox/*
131
+ */venv/*
132
133
[check-wheel-contents]
134
ignore = W002
@@ -142,13 +145,11 @@ ignore_errors = True
142
145
whitelist_externals = /bin/bash
143
146
changedir = {toxinidir}
144
147
deps = coverage>=5
148
+passenv =
149
+ COV_PYTHON_VERSION
150
+ COV_PLATFORM
151
+ COV_PYTHON_IMPLEMENTATION
152
commands =
153
/bin/bash -c "rm -rf htmlcov"
154
coverage html --rcfile cov-report.ini
155
/bin/bash -c "DISPLAY=:0 firefox 'htmlcov/index.html'"
-
-[coverge:report]
-omit =
- */test/*
- */.tox/*
- */venv/*
0 commit comments