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 3a8fde7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ 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
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
uses: coverallsapp/github-action@v2
- name: print coverage
run: pip install coverage && coverage report

0 comments on commit 3a8fde7

Please sign in to comment.