coveralls.yml: Avoid excluding subdirectories of already excluded dirs
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Saša Nedvědický <sashan@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26405)
This commit is contained in:
parent
b8028d4890
commit
74cbe9d1a4
1 changed files with 0 additions and 2 deletions
2
.github/workflows/coveralls.yml
vendored
2
.github/workflows/coveralls.yml
vendored
|
@ -80,8 +80,6 @@ jobs:
|
|||
- name: generate coverage info
|
||||
run: lcov -d . -c
|
||||
--exclude "${PWD}/test/*"
|
||||
--exclude "${PWD}/test/helpers/*"
|
||||
--exclude "${PWD}/test/testutil/*"
|
||||
--exclude "${PWD}/fuzz/*"
|
||||
--exclude "/usr/include/*"
|
||||
--ignore-errors mismatch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue