Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
cav71 committed Jan 1, 2025
1 parent 4515cf5 commit 3cc670e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ jobs:
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v5
if: ${{ (matrix.python-version == env.XPY) && (matrix.os == env.XOS) }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
#env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
use_oidc: true
fail_ci_if_error: true
files: build/qa-${{ matrix.python-version }}-${{ matrix.os}}/coverage.xml

Expand Down

0 comments on commit 3cc670e

Please sign in to comment.