Skip to content

Commit

Permalink
Use codecov@v4 to upload coverage data
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Mar 12, 2024
1 parent 5447fed commit 05577e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run tests and collect coverage
run: just ci-test
- name: Upload coverage information
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down Expand Up @@ -88,4 +88,4 @@ jobs:
tool: nextest
- name: Run cargo nextest
run: |
cargo nextest run --profile ci --all-features
cargo nextest run --profile ci --all-features

0 comments on commit 05577e2

Please sign in to comment.