1549: Fix cargo-tarpaulin r=kvark a=cwfitzgerald

I have no way of actually testing this is tarpaulin is linux only, but this should work

Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
This commit is contained in:
bors[bot]
2021-06-24 05:42:57 +00:00
committed by GitHub

View File

@@ -19,6 +19,7 @@ jobs:
- run: sudo apt install -y libxcb-xfixes0-dev mesa-vulkan-drivers
- name: Generate report
uses: actions-rs/tarpaulin@v0.1
args: -p wgpu-core
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with: