Skip to content

Commit 2332c2f

Browse files
committed
call soveralls with no token
1 parent 9114706 commit 2332c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
if: always()
2727

2828
- name: Upload coverage report to coveralls
29-
run: docker-compose run -T --rm app COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} coveralls
29+
run: docker-compose run -T --rm app coveralls

0 commit comments

Comments
 (0)