mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 08:50:44 +00:00
Update coverage.yml
Added tarpaulin
This commit is contained in:
7
.github/workflows/coverage.yml
vendored
7
.github/workflows/coverage.yml
vendored
@@ -16,11 +16,14 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Create Test Media
|
- name: Create Test Media
|
||||||
run: cd tests; sh create_test_media.sh
|
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
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --tests
|
run: cargo tarpaulin
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: "-C instrument-coverage"
|
RUSTFLAGS: "-C instrument-coverage"
|
||||||
- name: rust-grcov
|
- name: rust-grcov
|
||||||
|
|||||||
Reference in New Issue
Block a user