diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 10ad0e63..f897d6c9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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' diff --git a/.gitignore b/.gitignore index 61836108..2b0ebcd5 100644 --- a/.gitignore +++ b/.gitignore @@ -55,4 +55,5 @@ $RECYCLE.BIN/ *.lnk ### Custom... ### -Dockerfile \ No newline at end of file +Dockerfile +lcov.info \ No newline at end of file