Skip to content

Commit

Permalink
Removing conditional, found config in codecov.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Skipper committed Jul 31, 2023
1 parent c02d9d2 commit c82614c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ jobs:
run: make test cov-xml
- name: Upload to Codecov
uses: codecov/[email protected]
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit c82614c

Please sign in to comment.