Skip to content

Commit e99d044

Browse files
committed
update coverage scope
1 parent 8546fe9 commit e99d044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: taiki-e/install-action@cargo-llvm-cov
5959

6060
- name: Generate code coverage
61-
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
61+
run: cargo llvm-cov --all-features --ignore-filename-regex='(bindings|test_canisters)' --workspace --lcov --output-path lcov.info
6262

6363
- name: Upload coverage to Codecov
6464
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)