Skip to content

Commit

Permalink
Add Codeclimate coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonette committed Apr 17, 2017
1 parent e0d6c55 commit 49a8eb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ machine:
version: oraclejdk8
pre:
- npm install -g coveralls
- npm install -g codeclimate-test-reporter
- go get -u github.com/jpmonette/apexcov
test:
override:
- ant -lib lib/ build:
timeout: 600
post:
- apexcov --username="${CI_USERNAME}" --password="${CI_PASSWORD}"
- cat ./coverage/lcov.info | coveralls
- codeclimate-test-reporter ./coverage/lcov.info
- cat ./coverage/lcov.info | coveralls

0 comments on commit 49a8eb0

Please sign in to comment.