Skip to content

Commit

Permalink
Revert to codecov-action@v4 (this time with updated token)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaymanb committed Oct 14, 2024
1 parent cc14d39 commit 16dfa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cargo llvm-cov --no-report -p todc-net --features turmoil --test register
cargo llvm-cov report --codecov --output-path codecov.json --ignore-filename-regex hyper_util_tokio_io.rs
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: codecov.json
Expand Down

0 comments on commit 16dfa2c

Please sign in to comment.