Skip to content

Commit 6f45bf2

Browse files
author
stein
committed
Add post test phase to generate coverage report
1 parent 62c2d75 commit 6f45bf2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

circle.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
machine:
2+
java:
3+
version: openjdk8
4+
5+
test:
6+
post:
7+
- mvn clean test jacoco:report coveralls:report

0 commit comments

Comments
 (0)