Update coverage.yml

This commit is contained in:
Jamie Hardt
2023-06-04 23:17:41 -07:00
committed by GitHub
parent afa3e24f49
commit d91c9193c4

View File

@@ -19,7 +19,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --tests
env:
RUSTFLAGS: "-C instrument-coverage"
- name: rust-grcov