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