diff --git a/.github/codecov.yml b/.github/codecov.yml index fc97592e4..0ba777241 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -4,6 +4,12 @@ coverage: default: # We don't gate anything based on flaky code coverage reports. informational: true + blazesym: + paths: + - src/ + blazesym-c: + paths: + - capi/src/ patch: default: informational: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed9b6556c..a74ffb519 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -99,7 +99,7 @@ jobs: - name: Install cargo-llvm-cov uses: taiki-e/install-action@cargo-llvm-cov - name: Test and gather coverage - run: cargo llvm-cov --workspace --all-targets --features=nightly,generate-large-test-files --lcov --output-path lcov.info + run: cargo llvm-cov --workspace --all-targets --features=nightly,generate-large-test-files --ignore-filename-regex=cli/src/ --lcov --output-path lcov.info - name: Upload code coverage results uses: codecov/codecov-action@v3 with: