Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 56479f7

Browse files
Update scripts/run_coverage_ci.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 0f0fa4e commit 56479f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/run_coverage_ci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ else
2525
echo '<?xml version="1.0" ?><coverage version="7.3.2" timestamp="1712533200" lines-valid="100" lines-covered="1" line-rate="0.01" branches-valid="0" branches-covered="0" branch-rate="0" complexity="0"><sources><source>/src</source></sources><packages><package name="cli_code" line-rate="0.01"></package></packages></coverage>' > coverage.xml
2626
mkdir -p coverage_html
2727
echo '<html><body><h1>Coverage Report</h1><p>Coverage report generation failed. Minimal placeholder created for CI.</p></body></html>' > coverage_html/index.html
28-
echo "Minimal coverage placeholder created."
28+
echo "Minimal coverage placeholder created."
29+
echo "WARNING: Minimal coverage report was generated. Check test suite for potential issues." >&2 # Send to stderr

0 commit comments

Comments
 (0)