Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Run sbt-coverall task as a separate CircleCI task
Browse files Browse the repository at this point in the history
  • Loading branch information
artursoler committed Jul 30, 2015
1 parent 6dd50b3 commit 500958b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion circle.yml
@@ -1,3 +1,6 @@
test:
override:
- sbt clean coverage test it:test coveralls
- sbt clean coverage test it:test

post:
- sbt coveralls

0 comments on commit 500958b

Please sign in to comment.