Skip to content

Commit

Permalink
fix uploading code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
p7g committed May 29, 2024
1 parent 32b515c commit 41fc707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: run tests
run: riot -v run --python=${{ matrix.python-version }} test -- --cov=asyncio_connection_pool --cov-branch --cov-config=.coveragerc
- name: upload coverage
run: pip install coveralls && coveralls
run: pip install coveralls && coveralls --service=github-actions
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
- name: print coverage
Expand Down

0 comments on commit 41fc707

Please sign in to comment.