Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
enable partial coverage beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepeak committed Sep 14, 2016
1 parent d9e5f5f commit 61ffcab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ node_js:
- "iojs"

after_success:
- ./bin/codecov -e TRAVIS_NODE_VERSION
- ./bin/codecov -e TRAVIS_NODE_VERSION -f coverage/coverage.json
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ machine:

test:
post:
- ./bin/codecov
- ./bin/codecov -f coverage/coverage.json

deployment:
suite:
Expand Down
4 changes: 4 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
coverage:
parsers:
javascript:
enable_partials: no

0 comments on commit 61ffcab

Please sign in to comment.