Skip to content

Commit

Permalink
Merge pull request #8 from jpmonette/coveralls
Browse files Browse the repository at this point in the history
Add coveralls to build
  • Loading branch information
jpmonette committed Apr 9, 2017
2 parents 16d3ff3 + ab5d8a8 commit 009cb8c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
machine:
java:
version: oraclejdk8
pre:
- npm install -g coveralls
- go get -u github.com/jpmonette/apexcov
test:
override:
- ant -lib lib/ build:
timeout: 600
timeout: 600
post:
- apexcov --username="${CI_USERNAME}" --password="${CI_PASSWORD}"
- cat ./coverage/lcov.info | coveralls

0 comments on commit 009cb8c

Please sign in to comment.