Skip to content

Commit

Permalink
Send coverage report to codacy on every CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouron committed Oct 27, 2016
1 parent d19cecb commit a83d43a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ language: node_js
node_js:
- "6"
- "5"
- "4"
- "4"
after_script:
- npm run coverage
- cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"codacy-coverage": "^2.0.0",
"eslint": "^3.8.1",
"eslint-loader": "^1.6.0",
"istanbul": "^1.0.0-alpha.2",
Expand Down

0 comments on commit a83d43a

Please sign in to comment.