Skip to content

Commit

Permalink
test(coverage): ignore _deps directory (#3233)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Sep 28, 2024
1 parent e03c598 commit 1071f13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ jobs:
--exclude-noncode-lines \
--exclude-throw-branches \
--exclude-unreachable-branches \
--exclude '.*_deps/.*' \
--exclude '.*tests/.*' \
--exclude '.*third-party/.*' \
--xml-pretty \
Expand Down Expand Up @@ -865,6 +866,7 @@ jobs:
--exclude-noncode-lines \
--exclude-throw-branches \
--exclude-unreachable-branches \
--exclude '.*${dir}/_deps/.*' \
--exclude '.*${dir}/tests/.*' \
--exclude '.*${dir}/third-party/.*' \
--gcov-object-directory $(pwd) \
Expand Down Expand Up @@ -1141,9 +1143,9 @@ jobs:
--exclude-noncode-lines \
--exclude-throw-branches \
--exclude-unreachable-branches \
--exclude '.*_deps/.*' \
--exclude '.*tests/.*' \
--exclude '.*third-party/.*' \
--exclude '.*_deps/.*' \
--xml-pretty \
-o coverage.xml
Expand Down

0 comments on commit 1071f13

Please sign in to comment.