mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-27 01:03:41 +00:00
install cargo-tarpaulin
via cargo-binstall
(#2220)
This commit is contained in:
parent
c7d02151f0
commit
fe9db5dd8d
10
.github/workflows/lazy.yml
vendored
10
.github/workflows/lazy.yml
vendored
@ -13,10 +13,14 @@ jobs:
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: Generate report
|
||||
uses: actions-rs/tarpaulin@v0.1
|
||||
- name: Install binstall
|
||||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
args: '--tests --all-features --workspace'
|
||||
tool: cargo-binstall
|
||||
- name: Install cargo-tarpaulin
|
||||
run: cargo binstall --no-confirm cargo-tarpaulin
|
||||
- name: Generate report
|
||||
run: cargo tarpaulin --tests --all-features --workspace --out Xml
|
||||
- name: Upload to codecov.io
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user