Skip to content

Commit

Permalink
chore: decrease necessary testcoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ml1nk committed Jul 8, 2024
1 parent ae4048b commit 371c21f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .c8rc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"exclude": ["**/test/**", "**/example/**"],
"check-coverage": true,
"branches": 100,
"lines": 100,
"functions": 100,
"statements": 100
"branches": 90,
"lines": 90,
"functions": 90,
"statements": 90
}

0 comments on commit 371c21f

Please sign in to comment.