Skip to content

Commit

Permalink
Fix silly oversight in ci.yaml with conditional coverage upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
slott56 committed May 21, 2024
1 parent 8df8fc1 commit c8011bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
- name: Upload Code Coverage
uses: codecov/codecov-action@v4
if: contains(matrix.python-version, '3.10') && contains(matrix.os, 'ubuntu')
with:
files: ./coverage.xml
name: codecov

0 comments on commit c8011bf

Please sign in to comment.