mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2026-01-01 09:20:45 +00:00
Update coverage.yml
This commit is contained in:
16
.github/workflows/coverage.yml
vendored
16
.github/workflows/coverage.yml
vendored
@@ -16,17 +16,13 @@ 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
|
||||||
- name: Install grcov
|
- name: rust-grcov
|
||||||
# You may pin to the exact commit or the version.
|
# You may pin to the exact commit or the version.
|
||||||
# uses: SierraSoftworks/setup-grcov@4155d44ccefd54010431dbb12bdc4044d3dad6d9
|
# uses: actions-rs/grcov@bb47b1ed7883a1502fa6875d562727ace2511248
|
||||||
uses: SierraSoftworks/setup-grcov@v1.0.2
|
uses: actions-rs/grcov@v0.1.5
|
||||||
# with:
|
# with:
|
||||||
# # The version of grcov to install, or `latest` for the latest version.
|
# Path to the configuration file (optional, relative to the repository root)
|
||||||
# version: # optional, default is latest
|
# config: # optional, default is .github/actions-rs/grcov.yml
|
||||||
# # Always use cargo to download and install grcov, bypassing the GitHub releases.
|
|
||||||
# use-cargo: # optional, default is false
|
|
||||||
# # The GitHub token which will be used to download releases (helps avoid rate limiting)
|
|
||||||
# github-token:
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user