Skip to content

Commit

Permalink
Generate coveralls output.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedigergad committed Jan 13, 2024
1 parent 74a62e4 commit 1dd183b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- ~/.m2
key: v1-dependencies-{{ checksum "project.clj" }}
- run: 'lein test'
- run: 'lein cloverage -t "bowerick.test.*" -e "bowerick.java-interfaces" -e "bowerick.JmsController"'
- run: 'lein cloverage -t "bowerick.test.*" -e "bowerick.java-interfaces" -e "bowerick.JmsController" -o cov --coveralls'
- coveralls/upload

workflows:
Expand Down

0 comments on commit 1dd183b

Please sign in to comment.