diff --git a/circle.yml b/circle.yml index bb5d6f292..596d21297 100644 --- a/circle.yml +++ b/circle.yml @@ -23,6 +23,7 @@ test: post: - mkdir -p $CIRCLE_TEST_REPORTS/junit/ - find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \; + - coveralls general: artifacts: - "*.jar"