Skip to content

Commit

Permalink
more coveralls workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarczyck committed Mar 7, 2023
1 parent e36b6c2 commit 8de7b79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
env:
RUSTFLAGS: "-Cinstrument-coverage"
LLVM_PROFILE_FILE: "opensk-%p-%m.profraw"
- name: =========== TEST PRINT ==========
run: cat lcov.info
- name: Run grcov
run: RUSTUP_TOOLCHAIN=nightly grcov . --binary-path ./libraries/opensk/target/debug/ --source-dir libraries/opensk/ --output-type lcov --ignore-not-existing ---output-path ./lcov.info --ignore "/*" --ignore "examples/*" --ignore "third_party/*"
- uses: coverallsapp/github-action@1.1.3
Expand Down

0 comments on commit 8de7b79

Please sign in to comment.