Skip to content

Commit

Permalink
Merge pull request #101 from JulianSchmid/fix-codecov
Browse files Browse the repository at this point in the history
Migrate to codecov actions v4
  • Loading branch information
JulianSchmid authored May 2, 2024
2 parents b53002c + b0490ba commit 7a9b992
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
override: true
components: llvm-tools-preview
- uses: actions-rs/cargo@v1
with:
toolchain: nightly
command: install
args: cargo-binutils rustfilt
- name: Install jq
Expand All @@ -28,7 +27,8 @@ jobs:
run: coverage/coverage.bash
shell: bash
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: target/coverage/export.lcov.txt
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7a9b992

Please sign in to comment.