Skip to content

Commit

Permalink
Fix the coverage report being uploaded codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Feb 22, 2024
1 parent 6802b10 commit 37602e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
file: coverage_${{ matrix.py-version }}.xml
file: coverage_${{ matrix.os }}_${{ matrix.py-version }}.xml
flags: "${{ matrix.os }}-py-${{ matrix.py-version }}"
- name: Test packaging
run: |
Expand Down

0 comments on commit 37602e0

Please sign in to comment.