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
/
apeye
/
patches
/
06-coverage.patch
blob
98a0b936d18f45e1c9164284c996e807d4d48cc4
1
Our patches makes the coverage worse than expected.
2
3
--- apeye-1.4.1/tox.ini.orig
4
+++ apeye-1.4.1/tox.ini
5
@@ -188,7 +188,7 @@
6
[coverage:run]
7
8
[coverage:report]
9
-fail_under = 85
10
+fail_under = 84
11
exclude_lines =
12
raise AssertionError
13
raise NotImplementedError