Skip to content

Commit 8492756

Browse files
committed
Added collection of maven test results by circleci
1 parent ff28e0d commit 8492756

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

circle.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
test:
22
override:
3-
- mvn -DrepoToken=${repoToken} -P circleci integration-test jacoco:report coveralls:report
3+
- mvn -DrepoToken=${repoToken} -P circleci integration-test jacoco:report coveralls:report
4+
post:
5+
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
6+
- find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;

0 commit comments

Comments
 (0)