Skip to content

Commit

Permalink
github: Prevent coverage of headers from Xcode SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
saprykin committed Apr 22, 2024
1 parent 2c596dc commit af2fbce
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
lcov -c --directory ../plibsys-build --branch-coverage --base-directory . --exclude "/Applications/Xcode.app/*" --output-file ../plibsys-build/coverage.info
else
echo "Unknown operating system of runner"
exit 1
Expand Down

0 comments on commit af2fbce

Please sign in to comment.