Skip to content

Commit 06c2672

Browse files
Withaliongabriel-bolbotina
authored andcommitted
Fix excluded paths for coverage
1 parent cd388e8 commit 06c2672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
147147
lcov --directory . --capture --output-file coverage.info
148148
149-
lcov --remove coverage.info '*/input-sdk/*' '*Qt/*' '*/merginsecrets.cpp' '*/test/*' '/usr/*' '/Applications/*' '/opt/*' '*build-Input-db/*' --output-file coverage.info
149+
lcov --remove coverage.info '*/vcpkg_installed/*' '*Qt/*' '*/merginsecrets.cpp' '*/test/*' '/usr/*' '/Applications/*' '/opt/*' '*build-mm-db/*' --output-file coverage.info
150150
lcov --list coverage.info
151151
152152
- name: Coveralls

0 commit comments

Comments
 (0)