Skip to content

Commit

Permalink
[fix] exclude client_cli/pytests directory from code coverage assessment
Browse files Browse the repository at this point in the history
Signed-off-by: alexstroke <[email protected]>
  • Loading branch information
alexstroke authored and AlexStroke committed Nov 27, 2023
1 parent f237477 commit 9652c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
mold --run cargo llvm-cov clean --workspace
mold --run cargo llvm-cov --doc --no-report --all-features --workspace --no-fail-fast
mold --run cargo llvm-cov --no-report --ignore-filename-regex main.rs --all-features --workspace --no-fail-fast
mold --run cargo llvm-cov --no-report --ignore-filename-regex client_cli/* --all-features --workspace --no-fail-fast
- name: Generate lcov report
run: |
# generate report without tests
Expand Down

0 comments on commit 9652c18

Please sign in to comment.