Skip to content

Commit

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

0 comments on commit de8630e

Please sign in to comment.