Skip to content

Commit

Permalink
Merge pull request #442 from pbs-data-solutions/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/codecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
sanders41 authored Nov 15, 2024
2 parents 8a2731d + 59b0190 commit 8bb67a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run tests
run: uv run pytest --cov=prelude_parser --cov-report=xml
- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 8bb67a2

Please sign in to comment.