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'