We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4b469 commit b27a4f5Copy full SHA for b27a4f5
.github/workflows/general.yml
@@ -157,10 +157,13 @@ jobs:
157
with:
158
toolchain: stable
159
override: true
160
+ - name: Install cargo-binstall
161
+ uses: taiki-e/install-action@cargo-binstall
162
+ - name: Install cargo-tarpaulin
163
+ run: cargo binstall cargo-tarpaulin@^0.23 --no-confirm
164
- name: Run cargo-tarpaulin
- uses: actions-rs/[email protected]
- with:
- args: "--ignore-tests"
165
+ run: |
166
+ cargo tarpaulin --ignore-tests -o Xml
167
- name: Upload to codecov.io
168
uses: codecov/codecov-action@v1
169
0 commit comments