repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2365b8
)
build: refine coverage thresholds
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Wed, 20 Dec 2023 14:58:42 +0000
(15:58 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Wed, 20 Dec 2023 14:58:42 +0000
(15:58 +0100)
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 fcaf55188c06ffe07e51c8310ab1cfe70f6de069..9715d55f262b1afbc8698b9ffdcf9fe2f281afb4 100644
(file)
--- a/
.c8rc.json
+++ b/
.c8rc.json
@@
-1,7
+1,7
@@
{
"check-coverage": true,
- "lines": 9
3
,
- "statements": 9
3
,
+ "lines": 9
2
,
+ "statements": 9
2
,
"functions": 94,
"branches": 92
}