Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
fix codecov report
Browse files Browse the repository at this point in the history
  • Loading branch information
scottinet committed Feb 13, 2017
1 parent 5884de6 commit 5ceaa77
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions codecov.yml
@@ -0,0 +1,12 @@
coverage:
range: "80...100"

status:
project:
default:
threshold: 1

patch:
default:
branches:
- master
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"test": "npm run --silent lint && npm run unit-testing --coverage",
"unit-testing": "istanbul test _mocha",
"lint": "eslint --max-warnings=0 index.js ./errors ./models ./test",
"codecov": "cat ./coverage/lcov.info | ./node_modules/.bin/codecov"
"codecov": "codecov"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5ceaa77

Please sign in to comment.