Skip to content

Commit

Permalink
Sending the coverage output ot codeclimate
Browse files Browse the repository at this point in the history
And only taking **.js paths in count for the ratings.
  • Loading branch information
sadasant committed Feb 20, 2017
1 parent 3612a65 commit bf1d276
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ engines:
ratings:
paths:
- "**.js"
- "**.jsx"
exclude_paths:
- "lib/"
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ after_script:
- npm run cicoverage
- ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info
- ./node_modules/.bin/codacy-coverage < ./coverage/lcov.info
- codeclimate-test-reporter < ./coverage/lcov.info
- rm -fr ./coverage

0 comments on commit bf1d276

Please sign in to comment.