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
perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git]
/
components
/
python
/
domdf_python_tools
/
patches
/
06-coverage.patch
blob
6f8a768ed0a042d16d1d39ffc462f824b4bf14f6
1
We deselected some test so the coverage dropped as well.
2
https://github.com/domdfcoding/domdf_python_tools/issues/82
3
4
--- domdf_python_tools-3.9.0/tox.ini.orig
5
+++ domdf_python_tools-3.9.0/tox.ini
6
@@ -220,7 +220,7 @@
7
[coverage:run]
8
9
[coverage:report]
10
-fail_under = 95
11
+fail_under = 92
12
show_missing = True
13
exclude_lines =
14
raise AssertionError