repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ea6975
)
build: refine coverage thresholds
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 13 Oct 2023 19:56:18 +0000
(21:56 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 13 Oct 2023 19:56:18 +0000
(21:56 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.c8rc.json
patch
|
blob
|
blame
|
history
diff --git
a/.c8rc.json
b/.c8rc.json
index aba3e9b0c0cb8e3ea21eb9f372221645bef54aca..70caddaceb09c5027f91eab8ee0f44f5a1d9fb89 100644
(file)
--- a/
.c8rc.json
+++ b/
.c8rc.json
@@
-1,7
+1,7
@@
{
"check-coverage": true,
- "lines": 9
4
,
- "statements": 9
4
,
- "functions": 9
5
,
+ "lines": 9
3
,
+ "statements": 9
3
,
+ "functions": 9
4
,
"branches": 93
}