Skip to content

Commit 5b3ef8d

Browse files
committed
github: Update exclusion rules for macOS Xcode SDK in lcov
1 parent f3ae15b commit 5b3ef8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if [ "$RUNNER_OS" == "Linux" ]; then
7070
lcov -c --directory ../plibsys-build --no-external --base-directory . --output-file ../plibsys-build/coverage.info
7171
elif [ "$RUNNER_OS" == "macOS" ]; then
72-
lcov -c --directory ../plibsys-build --branch-coverage --base-directory . --output-file ../plibsys-build/coverage.info --verbose
72+
lcov -c --directory ../plibsys-build --branch-coverage --base-directory . --output-file ../plibsys-build/coverage.info --exclude "/Applications/Xcode*" --verbose
7373
else
7474
echo "Unknown operating system of runner"
7575
exit 1

0 commit comments

Comments
 (0)