Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
cav71 committed Jan 1, 2025
1 parent 2446420 commit 4515cf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ jobs:
if: always()

- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v5
if: ${{ (matrix.python-version == env.XPY) && (matrix.os == env.XOS) }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
files: build/qa-${{ matrix.python-version }}-${{ matrix.os}}/coverage.xml
Expand Down

0 comments on commit 4515cf5

Please sign in to comment.