Skip to content

Commit

Permalink
ci: adjust coverage rate
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Jul 15, 2024
1 parent 1c985be commit 4118413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"include": ["index.js", "promise.js", "lib/**/*.js"],
"exclude": ["mysqldata/**", "node_modules/**", "test/**"],
"reporter": ["text", "lcov", "cobertura"],
"statements": 88,
"statements": 86,
"branches": 84,
"functions": 77,
"lines": 88,
"lines": 86,
"checkCoverage": true,
"clean": true
}
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage:
status:
project:
default:
target: 89%
target: 88%
threshold: 2%
patch:
default:
Expand Down

0 comments on commit 4118413

Please sign in to comment.