Skip to content

Commit dc1c0a9

Browse files
authored
enforce test coverage check in .taprc (#659)
1 parent dbdec9e commit dc1c0a9

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.taprc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
100: true
2-
ts: false
3-
jsx: false
4-
flow: false
5-
coverage: true
6-
check-coverage: true
1+
files:
2+
- test/**/*.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "npm run prepare && npm run coverage && npm run typescript",
1414
"test:dev": "npm run lint && npm run unit && npm run typescript",
1515
"typescript": "tsd",
16-
"unit": "tap -J \"test/**/*.js\"",
16+
"unit": "tap",
1717
"unit:report": "npm run unit -- --coverage-report=html",
1818
"unit:verbose": "npm run unit -- -Rspec"
1919
},

0 commit comments

Comments
 (0)