repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aacf52
)
build: refine coverage thresholds
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 26 Aug 2023 18:34:20 +0000
(20:34 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 26 Aug 2023 18:34:20 +0000
(20:34 +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 a5c9366d7b41f786ec9982f0ff9af120d9a9de77..97a7bf973f1906c85369f20e7cb15eb13a233377 100644
(file)
--- a/
.c8rc.json
+++ b/
.c8rc.json
@@
-1,7
+1,7
@@
{
"check-coverage": true,
- "lines": 9
5
,
- "statements": 9
5
,
- "functions": 9
5
,
+ "lines": 9
2
,
+ "statements": 9
2
,
+ "functions": 9
0
,
"branches": 95
}