Update coverage.yml

Added tarpaulin
This commit is contained in:
Jamie Hardt
2023-06-09 22:13:51 -07:00
committed by GitHub
parent a3d7206ecd
commit d5781a91d3

View File

@@ -16,11 +16,14 @@ jobs:
- uses: actions/checkout@v2
- name: Create Test Media
run: cd tests; sh create_test_media.sh
- run: cargo install rustfilt
- name: Install rustfilt
run: cargo install rustfilt
- name: Install tapaulin
run: cargo install cargo-tarpaulin
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --tests
run: cargo tarpaulin
env:
RUSTFLAGS: "-C instrument-coverage"
- name: rust-grcov