mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
try fixing codecoverage CI
This commit is contained in:
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'
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -55,4 +55,5 @@ $RECYCLE.BIN/
|
||||
*.lnk
|
||||
|
||||
### Custom... ###
|
||||
Dockerfile
|
||||
Dockerfile
|
||||
lcov.info
|
||||
Reference in New Issue
Block a user