mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-04 15:16:31 +00:00
Fix code coverage.
This commit is contained in:
parent
d87a690852
commit
79f52686a7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/general.yml
vendored
2
.github/workflows/general.yml
vendored
|
@ -75,4 +75,4 @@ jobs:
|
|||
- name: Run cargo-tarpaulin
|
||||
uses: actions-rs/tarpaulin@v0.1
|
||||
with:
|
||||
args: '--ignore-tests'
|
||||
args: '--ignore-tests --avoid-cfg-tarpaulin'
|
Loading…
Reference in a new issue