Skip to content

Commit

Permalink
fix(ci): codecov (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby authored Jan 17, 2025
1 parent 1e7b958 commit 6139ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Record Rust version
run: echo "RUST=$(rustc --version)" >> "$GITHUB_ENV"
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 6139ce3

Please sign in to comment.