Fix cargo-tarpaulin

This commit is contained in:
Connor Fitzgerald 2021-06-24 01:30:17 -04:00
parent 632f85b703
commit f1a6fe12db

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: