We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2c3d2 commit 6b16774Copy full SHA for 6b16774
.travis.yml
@@ -11,6 +11,5 @@ before_script:
11
- npm install filereader
12
- ln -s scripts src
13
script:
14
- - istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | codacy-coverage
+ - istanbul cover _mocha --report lcovonly --console both -- -R spec && cat ./coverage/lcov.info | codacy-coverage
15
- istanbul check-coverage --statement 100 --branch 100 --function 100 --lines 100
16
- - cat ./coverage/coverage.json
0 commit comments