repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git]
/
components
/
python
/
detect_test_pollution
/
patches
/
02-no-coverage-report.patch
blob
415c6461740a37fe924e9f733ccc917c6820223a
1
Required coverage is not reached.
2
3
--- detect-test-pollution-1.1.1/tox.ini.orig
4
+++ detect-test-pollution-1.1.1/tox.ini
5
@@ -6,7 +6,6 @@
6
commands =
7
coverage erase
8
coverage run -m pytest {posargs:tests}
9
- coverage report
10
11
[testenv:pre-commit]
12
skip_install = true