Skip to content

Commit 4118413

Browse files
committed
ci: adjust coverage rate
1 parent 1c985be commit 4118413

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.nycrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"include": ["index.js", "promise.js", "lib/**/*.js"],
44
"exclude": ["mysqldata/**", "node_modules/**", "test/**"],
55
"reporter": ["text", "lcov", "cobertura"],
6-
"statements": 88,
6+
"statements": 86,
77
"branches": 84,
88
"functions": 77,
9-
"lines": 88,
9+
"lines": 86,
1010
"checkCoverage": true,
1111
"clean": true
1212
}

codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coverage:
22
status:
33
project:
44
default:
5-
target: 89%
5+
target: 88%
66
threshold: 2%
77
patch:
88
default:

0 commit comments

Comments
 (0)