Skip to content

Commit 4824a88

Browse files
committed
try again
1 parent 3f43d33 commit 4824a88

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.evergreen/scripts/setup_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def handle_test_env() -> None:
458458
# Keep in sync with combine-coverage.sh.
459459
# coverage >=5 is needed for relative_files=true.
460460
UV_ARGS.append("--group coverage")
461-
TEST_ARGS = f"{TEST_ARGS} --cov"
461+
TEST_ARGS = f"{TEST_ARGS} --cov=./ --cov-report=xml"
462462
write_env("COVERAGE")
463463

464464
if opts.green_framework:

.evergreen/scripts/upload-codecov.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ fi
2121

2222
echo "Uploading..."
2323
set -x
24-
uv tool run --with "coverage[toml]" coverage xml -o $FNAME
2524
uv tool run --from codecov-cli codecovcli do-upload \
2625
--report-type test_results \
2726
--disable-search \

0 commit comments

Comments
 (0)