repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5c68e1
)
build: bump coverage thresholds
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 1 Sep 2023 11:48:08 +0000
(13:48 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 1 Sep 2023 11:48:08 +0000
(13:48 +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 ab1b20fa6e8670179e6a804576b2dcf7987f48d6..74ea8163fd560ba64203f2dad29690ea0f35eea8 100644
(file)
--- a/
.c8rc.json
+++ b/
.c8rc.json
@@
-1,7
+1,7
@@
{
"check-coverage": true,
- "lines": 9
2
,
- "statements": 9
2
,
+ "lines": 9
3
,
+ "statements": 9
3
,
"functions": 95,
- "branches": 9
2
+ "branches": 9
3
}