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 7070f09 commit 42e9fb1Copy full SHA for 42e9fb1
.travis.yml
@@ -25,6 +25,7 @@ script:
25
- npm run ci:code-review
26
- BEMUSE_COV=true gulp test
27
after_success:
28
+ - codecov
29
- 'cat coverage/lcov.info | ./node_modules/.bin/coveralls'
30
- 'cat coverage/lcov.info | ./node_modules/.bin/codeclimate'
31
notifications:
package.json
@@ -47,6 +47,7 @@
47
"chai": "^3.2.0",
48
"chai-as-promised": "^5.1.0",
49
"codeclimate-test-reporter": "^0.1.0",
50
+ "codecov": "^1.0.1",
51
"connect": "^3.3.3",
52
"coveralls": "^2.11.2",
53
"css-loader": "^0.19.0",
0 commit comments