Skip to content

Commit

Permalink
debug coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
p7g committed May 29, 2024
1 parent 3a8fde7 commit e6b98a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ jobs:
run: riot -v run --python=${{ matrix.python-version }} test -- --cov=asyncio_connection_pool --cov-branch --cov-config=.coveragerc
- name: upload coverage
uses: coverallsapp/github-action@v2
with:
COVERALLS_DEBUG: true
- name: print coverage
run: pip install coverage && coverage report

0 comments on commit e6b98a0

Please sign in to comment.