Skip to content

Commit

Permalink
fix coverage ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Andful authored and sameer committed Dec 22, 2023
1 parent 4590a2d commit c218e50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
command: build
args: -p svg2gcode
env:
RUSTFLAGS: '-Zinstrument-coverage'
RUSTDOCFLAGS: '-Zinstrument-coverage'
RUSTFLAGS: '-Cinstrument-coverage'
RUSTDOCFLAGS: '-Cinstrument-coverage'
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --no-fail-fast -p svg2gcode
env:
RUSTFLAGS: '-Zinstrument-coverage'
RUSTDOCFLAGS: '-Zinstrument-coverage'
RUSTFLAGS: '-Cinstrument-coverage'
RUSTDOCFLAGS: '-Cinstrument-coverage'
LLVM_PROFILE_FILE: 'codecov-instrumentation-%p-%m.profraw'
- name: grcov
run: grcov . -s . --binary-path ./target/debug/ -t lcov --branch -o lcov.info
Expand Down

0 comments on commit c218e50

Please sign in to comment.