Skip to content

Commit

Permalink
Try to fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Aug 23, 2023
1 parent 7de4c8d commit 65810a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
- run: cargo +nightly fmt --all -- --check




###########
# Testing #
###########
Expand Down Expand Up @@ -98,6 +96,7 @@ jobs:
env:
CARGO_INCREMENTAL: '0'
RUSTFLAGS: '-Cinstrument-coverage'
LLVM_PROFILE_FILE: 'defaultmap-%p-%m.profraw'
- name: rust-grcov
# You may pin to the exact commit or the version.
# uses: actions-rs/grcov@bb47b1ed7883a1502fa6875d562727ace2511248
Expand Down

0 comments on commit 65810a6

Please sign in to comment.