mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-08-27 03:49:31 +00:00
try fixing codecoverage CI
This commit is contained in:
parent
bcdad1141e
commit
cdc7540767
2 changed files with 3 additions and 2 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
|
||||
- name: Generate code coverage
|
||||
if: matrix.os == 'ubuntu'
|
||||
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
|
||||
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info --include-build-script --no-cfg-coverage
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
if: matrix.os == 'ubuntu'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue