Skip to content

Commit

Permalink
Update coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
kaymanb committed Sep 18, 2023
1 parent 36f0912 commit aea924c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: >
run: |
cargo llvm-cov --no-report --workspace
cargo llvm-cov --no-report -p todc-mem --features shuttle --test snapshot
cargo llvm-cov --no-report -p todc-net --features turmoil --test abd_95
Expand Down

0 comments on commit aea924c

Please sign in to comment.