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.
2 parents 0066939 + df126ae commit 7b99db8Copy full SHA for 7b99db8
.circleci/config.yml
@@ -53,6 +53,8 @@ jobs:
53
mkdir ../test-reports
54
coverage html -d ../test-reports
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