We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f43d33 commit 4824a88Copy full SHA for 4824a88
.evergreen/scripts/setup_tests.py
@@ -458,7 +458,7 @@ def handle_test_env() -> None:
458
# Keep in sync with combine-coverage.sh.
459
# coverage >=5 is needed for relative_files=true.
460
UV_ARGS.append("--group coverage")
461
- TEST_ARGS = f"{TEST_ARGS} --cov"
+ TEST_ARGS = f"{TEST_ARGS} --cov=./ --cov-report=xml"
462
write_env("COVERAGE")
463
464
if opts.green_framework:
.evergreen/scripts/upload-codecov.sh
@@ -21,7 +21,6 @@ fi
21
22
echo "Uploading..."
23
set -x
24
-uv tool run --with "coverage[toml]" coverage xml -o $FNAME
25
uv tool run --from codecov-cli codecovcli do-upload \
26
--report-type test_results \
27
--disable-search \
0 commit comments