Skip to content

Commit dbe7a71

Browse files
committed
Added support for test summary
1 parent d541c09 commit dbe7a71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ test:
2929
override:
3030
- ./gradlew clean build jacocoTestReport artifactoryPublish --refresh-dependencies
3131
- bash <(curl -s https://codecov.io/bash)
32+
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
33+
- find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;

0 commit comments

Comments
 (0)