We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12cf662 commit dba9d7aCopy full SHA for dba9d7a
.circleci/config.yml
@@ -53,6 +53,8 @@ jobs:
53
mkdir ../test-reports
54
coverage xml -o ../test-reports/junit.xml
55
COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} coveralls
56
+ - store_test_results:
57
+ path: test-reports
58
- store_artifacts:
59
path: test-reports
60
#destination: test-reports
0 commit comments