Add coveralls

This commit is contained in:
Kai Zimmermann
2016-11-07 20:48:19 +01:00
committed by GitHub
parent bb2808b702
commit aefb88f6c4

View File

@@ -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"