test(coverage): ignore _deps directory (#3233)

This commit is contained in:
ReenigneArcher 2024-09-28 00:56:39 -04:00 committed by GitHub
commit 1071f13259
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -430,6 +430,7 @@ jobs:
--exclude-noncode-lines \ --exclude-noncode-lines \
--exclude-throw-branches \ --exclude-throw-branches \
--exclude-unreachable-branches \ --exclude-unreachable-branches \
--exclude '.*_deps/.*' \
--exclude '.*tests/.*' \ --exclude '.*tests/.*' \
--exclude '.*third-party/.*' \ --exclude '.*third-party/.*' \
--xml-pretty \ --xml-pretty \
@ -865,6 +866,7 @@ jobs:
--exclude-noncode-lines \ --exclude-noncode-lines \
--exclude-throw-branches \ --exclude-throw-branches \
--exclude-unreachable-branches \ --exclude-unreachable-branches \
--exclude '.*${dir}/_deps/.*' \
--exclude '.*${dir}/tests/.*' \ --exclude '.*${dir}/tests/.*' \
--exclude '.*${dir}/third-party/.*' \ --exclude '.*${dir}/third-party/.*' \
--gcov-object-directory $(pwd) \ --gcov-object-directory $(pwd) \
@ -1141,9 +1143,9 @@ jobs:
--exclude-noncode-lines \ --exclude-noncode-lines \
--exclude-throw-branches \ --exclude-throw-branches \
--exclude-unreachable-branches \ --exclude-unreachable-branches \
--exclude '.*_deps/.*' \
--exclude '.*tests/.*' \ --exclude '.*tests/.*' \
--exclude '.*third-party/.*' \ --exclude '.*third-party/.*' \
--exclude '.*_deps/.*' \
--xml-pretty \ --xml-pretty \
-o coverage.xml -o coverage.xml