mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
ci/coverage: Remove coverage from all subprojects
This commit is contained in:
parent
a04340a742
commit
447ebe16af
@ -13,7 +13,7 @@ for path in _coverage/*.lcov; do
|
||||
# Remove coverage from the fuzz tests, since they are run on a separate CI system
|
||||
lcov --config-file .lcovrc -r "${path}" "*/fuzzing/*" -o "$(pwd)/${path}"
|
||||
# Remove coverage from copylibs and subprojects
|
||||
for lib in xdgmime libcharset gnulib; do
|
||||
for lib in xdgmime libcharset gnulib subprojects; do
|
||||
lcov --config-file .lcovrc -r "${path}" "*/${lib}/*" -o "$(pwd)/${path}"
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user