Skip to content

Commit

Permalink
enforce test coverage check in .taprc (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Sep 2, 2022
1 parent dbdec9e commit dc1c0a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
100: true
ts: false
jsx: false
flow: false
coverage: true
check-coverage: true
files:
- test/**/*.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "npm run prepare && npm run coverage && npm run typescript",
"test:dev": "npm run lint && npm run unit && npm run typescript",
"typescript": "tsd",
"unit": "tap -J \"test/**/*.js\"",
"unit": "tap",
"unit:report": "npm run unit -- --coverage-report=html",
"unit:verbose": "npm run unit -- -Rspec"
},
Expand Down

0 comments on commit dc1c0a9

Please sign in to comment.