Skip to content

Commit

Permalink
Changed lcov.info location for code climate; #20
Browse files Browse the repository at this point in the history
- bin/setupTestDatabases.sh - Changed the location of the lcov.info
  file to under the /coverage directory
  • Loading branch information
msnyon committed Jan 30, 2016
1 parent 2b9bcf5 commit 2a44b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setupTestDatabases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ npm install -g istanbul
npm install -g mocha
npm install -g codeclimate-test-reporter
istanbul cover test.js
codeclimate-test-reporter < lcov.info
codeclimate-test-reporter < coverage/lcov.info

0 comments on commit 2a44b4e

Please sign in to comment.