repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d75fd5
)
build: refine coverage thresholds
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 27 Mar 2023 19:15:17 +0000
(21:15 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 27 Mar 2023 19:15:17 +0000
(21:15 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.c8rc.json
patch
|
blob
|
blame
|
history
diff --git
a/.c8rc.json
b/.c8rc.json
index b0b63f7827f3e2c9a4097a8978cec1d6b6d30b52..a5c9366d7b41f786ec9982f0ff9af120d9a9de77 100644
(file)
--- a/
.c8rc.json
+++ b/
.c8rc.json
@@
-1,7
+1,7
@@
{
"check-coverage": true,
- "lines": 9
2
,
- "statements": 9
0
,
- "functions": 9
0
,
- "branches":
8
5
+ "lines": 9
5
,
+ "statements": 9
5
,
+ "functions": 9
5
,
+ "branches":
9
5
}