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 235c0e1 commit 45fd4b2Copy full SHA for 45fd4b2
.circleci/config.yml
@@ -52,7 +52,7 @@ jobs:
52
coverage report -m
53
mkdir ../test-reports
54
coverage html -d ../test-reports
55
-# COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} coveralls
+ COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} coveralls
56
- store_test_results:
57
path: test-reports
58
- store_artifacts:
0 commit comments