Skip to content

Commit

Permalink
Enable test profile for coveralls integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed May 10, 2014
1 parent f54e26b commit b384bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coveralls.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

COVERALLS_URL='https://coveralls.io/api/v1/jobs'
CLOVERAGE_VERSION='1.0.4' lein2 cloverage --coveralls
CLOVERAGE_VERSION='1.0.4' lein2 with-profile +test cloverage --coveralls
curl -F 'json_file=@target/coverage/coveralls.json' "$COVERALLS_URL"

0 comments on commit b384bb5

Please sign in to comment.