Skip to content

Commit

Permalink
Try to fix coveralls issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Some User committed Dec 17, 2022
1 parent de4c4b8 commit 52dea7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Run tests
run: |
make test
pytest --cov procstat --cov-report term-missing
coverage lcov -o .coverage.lcov
- name: Coveralls Parallel
if: ${{ runner.os == 'Linux' && matrix.python == '3.10' }}
if: ${{ runner.os == 'Linux' && matrix.python == '3.8' }}
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
Expand Down

0 comments on commit 52dea7b

Please sign in to comment.