From f4036fd008aef79db098223d41c82fb719431ce4 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 30 Jan 2026 17:17:27 -0600 Subject: [PATCH] fix cov usage --- .evergreen/scripts/upload-codecov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/scripts/upload-codecov.sh b/.evergreen/scripts/upload-codecov.sh index d23e46698..a7fdb0371 100755 --- a/.evergreen/scripts/upload-codecov.sh +++ b/.evergreen/scripts/upload-codecov.sh @@ -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