test(coverage): ignore _deps directory (#3233)
This commit is contained in:
parent
e03c598094
commit
1071f13259
1 changed files with 3 additions and 1 deletions
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
|
@ -430,6 +430,7 @@ jobs:
|
|||
--exclude-noncode-lines \
|
||||
--exclude-throw-branches \
|
||||
--exclude-unreachable-branches \
|
||||
--exclude '.*_deps/.*' \
|
||||
--exclude '.*tests/.*' \
|
||||
--exclude '.*third-party/.*' \
|
||||
--xml-pretty \
|
||||
|
|
@ -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) \
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue