fix cov usage

This commit is contained in:
Steven Silvester 2026-01-30 17:17:27 -06:00
parent 6f19bf021b
commit f4036fd008
No known key found for this signature in database

View File

@ -14,7 +14,7 @@ if [ -z "${github_pr_number:-}" ]; then
exit 0
fi
if [ ! -f "$FNAME" ]; then
if [ ! -f ".coverage" ]; then
echo "There are no XML test results, not running codecov"
exit 0
fi