Skip to content

Commit

Permalink
chore: code coverage action filter files
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed Jun 4, 2024
1 parent 357a73e commit dd92857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Making coverage dir
run: mkdir coverage
- name: Generate code coverage
run: cargo llvm-cov --lcov --output-path coverage/lcov.info --ignore-filename-regex '(storage.rs|events.rs)'
run: cargo llvm-cov --lcov --output-path coverage/lcov.info --ignore-filename-regex '(storage.rs|events.rs|macros|errors.rs|proxies)'
- name: Generating report
uses: vebr/[email protected]
with:
Expand Down

0 comments on commit dd92857

Please sign in to comment.