Skip to content

Commit

Permalink
fixup! fed6c62
Browse files Browse the repository at this point in the history
  • Loading branch information
habnabit committed Jul 5, 2024
1 parent 9295cb3 commit e728c6d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ jobs:
CARGO_INCREMENTAL: '0'
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
- uses: 'actions-rs/grcov@v0.1'
- id: 'coverage'
uses: 'actions-rs/grcov@v0.1'
- uses: 'coverallsapp/github-action@master'
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
path-to-lcov: '${{ steps.coverage.outputs.report }}'

0 comments on commit e728c6d

Please sign in to comment.