Skip to content

Commit

Permalink
Update pytest cov command
Browse files Browse the repository at this point in the history
  • Loading branch information
ruicoelhopedro committed Feb 22, 2024
1 parent 73c5dd4 commit 3e0d81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
flake8 piglot test
- name: Test with pytest
run: |
pytest --cov piglot test
pytest --cov=piglot test
- name: Upload coverage reports to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 3e0d81a

Please sign in to comment.