We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ae15b commit 5b3ef8dCopy full SHA for 5b3ef8d
.github/workflows/actions.yml
@@ -69,7 +69,7 @@ jobs:
69
if [ "$RUNNER_OS" == "Linux" ]; then
70
lcov -c --directory ../plibsys-build --no-external --base-directory . --output-file ../plibsys-build/coverage.info
71
elif [ "$RUNNER_OS" == "macOS" ]; then
72
- 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
73
else
74
echo "Unknown operating system of runner"
75
exit 1
0 commit comments