repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f81f24
)
build(ci): refine code coverage thresholds
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 30 Dec 2023 10:05:27 +0000
(11:05 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 30 Dec 2023 10:05:27 +0000
(11:05 +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 149b3ccb1e95c2dc93be34d96754101a39132147..4ef7222d3d02d0f684f37818b8742e196a1cf025 100644
(file)
--- a/
.c8rc.json
+++ b/
.c8rc.json
@@
-1,7
+1,7
@@
{
"check-coverage": true,
- "lines": 9
2
,
- "statements": 9
2
,
+ "lines": 9
0
,
+ "statements": 9
0
,
"functions": 92,
"branches": 92
}