Skip to content

Commit

Permalink
Merge pull request #1159 from Mause/renovate/codecov-codecov-action-5.x
Browse files Browse the repository at this point in the history
chore(deps): update codecov/codecov-action action to v5
  • Loading branch information
Mause authored Nov 15, 2024
2 parents ef75f80 + 76c2185 commit 027c34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
junit_files: results.xml
comment_mode: off
check_name: "Test Results - ${{ join(matrix.*, ', ') }}"
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5.0.0
env:
PYTHON: ${{matrix.python}}
BLEEDING_EDGE: ${{matrix.bleeding_edge}}
with:
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: PYTHON,BLEEDING_EDGE # set from matrix
env_vars: PYTHON # ,BLEEDING_EDGE # set from matrix
fail_ci_if_error: true
verbose: true

0 comments on commit 027c34a

Please sign in to comment.