try fixing codecoverage CI

This commit is contained in:
Giuliano Bellini s294739
2024-02-11 22:11:51 +01:00
parent bcdad1141e
commit cdc7540767
2 changed files with 3 additions and 2 deletions

View File

@@ -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
View File

@@ -55,4 +55,5 @@ $RECYCLE.BIN/
*.lnk
### Custom... ###
Dockerfile
Dockerfile
lcov.info