Skip to content

Commit

Permalink
github: Update exclusion rules for macOS Xcode SDK in lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
saprykin committed Apr 22, 2024
1 parent f3ae15b commit 5b3ef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if [ "$RUNNER_OS" == "Linux" ]; then
lcov -c --directory ../plibsys-build --no-external --base-directory . --output-file ../plibsys-build/coverage.info
elif [ "$RUNNER_OS" == "macOS" ]; then
lcov -c --directory ../plibsys-build --branch-coverage --base-directory . --output-file ../plibsys-build/coverage.info --verbose
lcov -c --directory ../plibsys-build --branch-coverage --base-directory . --output-file ../plibsys-build/coverage.info --exclude "/Applications/Xcode*" --verbose
else
echo "Unknown operating system of runner"
exit 1
Expand Down

0 comments on commit 5b3ef8d

Please sign in to comment.