You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
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."
29
-
echo"WARNING: Minimal coverage report was generated. Check test suite for potential issues.">&2# Send to stderr
53
+
echo'<html><body><h1>Coverage Report</h1><p>Coverage report generation failed. Minimal placeholder created for CI.</p><p>Please check the CI logs for more details about test failures.</p></body></html>'> coverage_html/index.html
54
+
echo"⚠️ Minimal coverage placeholder created for CI pipeline to continue."
55
+
echo"Please address test failures to generate accurate coverage reports."
0 commit comments