Skip to content

Commit 28cd898

Browse files
committed
experiment with removing COVERALLS_TOKEN
1 parent 9673eba commit 28cd898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
make coverage
6666
- name: upload coverage data to coveralls.io
6767
if: ${{ matrix.python-version == '3.8' && matrix.tarantool-version == '2.7' }}
68-
run: coveralls -v --service=github-actions
68+
run: coveralls --service=github
6969
env:
70-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
71-
GITHUB_TOKEN: $COVERALLS_REPO_TOKEN
70+
#COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
71+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)