CI: Run coverage builds for PRs, but only upload on master

This commit is contained in:
Tim Wojtulewicz 2024-05-21 14:15:35 -07:00
parent e8f504c0c0
commit 0cd023b839
2 changed files with 5 additions and 5 deletions

View file

@ -11,11 +11,6 @@ if [ "${CIRRUS_REPO_FULL_NAME}" != "zeek/zeek" ]; then
exit 0
fi
if [ "${CIRRUS_BRANCH}" != "master" ]; then
echo "Coverage upload skipped for non-master branches"
exit 0
fi
cd testing/coverage
make coverage
make coveralls