mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-01-08 08:05:35 +00:00
Fix coverage job
This commit is contained in:
parent
ff0f265c6d
commit
f9493607a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/general.yml
vendored
2
.github/workflows/general.yml
vendored
|
@ -118,4 +118,4 @@ jobs:
|
||||||
- name: Run cargo-tarpaulin
|
- name: Run cargo-tarpaulin
|
||||||
uses: actions-rs/tarpaulin@v0.1
|
uses: actions-rs/tarpaulin@v0.1
|
||||||
with:
|
with:
|
||||||
args: '--ignore-tests'
|
args: '--ignore-tests --avoid-cfg-tarpaulin'
|
||||||
|
|
Loading…
Reference in a new issue