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
python/coverage: update to 7.6.5
[oi-userland.git]
/
components
/
python
/
coincidence
/
patches
/
03-coverage.patch
blob
86745a54be8ccf2f643c0596dfece5eef803ec73
1
Since we skip some tests we need to lower the expected coverage.
2
3
--- coincidence-0.6.6/tox.ini.orig
4
+++ coincidence-0.6.6/tox.ini
5
@@ -212,7 +212,7 @@
6
[coverage:run]
7
8
[coverage:report]
9
-fail_under = 100
10
+fail_under = 95
11
show_missing = True
12
exclude_lines =
13
raise AssertionError