Skip to content

Commit

Permalink
Don't check coverage on the TypeScript branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Jul 10, 2018
1 parent 541bd22 commit b7d1e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"license": "MIT",
"tonicExampleFilename": "scripts/runkit-example.js",
"nyc": {
"check-coverage": true,
"check-coverage": false,
"lines": 80,
"statements": 80,
"functions": 80,
Expand Down

0 comments on commit b7d1e7a

Please sign in to comment.