Skip to content

Commit 45fd4b2

Browse files
committed
added coverall, after removing it because of issue in server of coverall
1 parent 235c0e1 commit 45fd4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
coverage report -m
5353
mkdir ../test-reports
5454
coverage html -d ../test-reports
55-
# COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} coveralls
55+
COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} coveralls
5656
- store_test_results:
5757
path: test-reports
5858
- store_artifacts:

0 commit comments

Comments
 (0)