Skip to content

Commit

Permalink
Remove conditional for codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ruicoelhopedro committed Feb 22, 2024
1 parent 3e0d81a commit 49675e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
run: |
pytest --cov=piglot test
- name: Upload coverage reports to Codecov
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 49675e5

Please sign in to comment.