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 Jul 16, 2025. It is now read-only.
logger.info(f"Found {len(report_files)}{report_type} files to report")
161
+
logger.info(f"Found {len(report_files)}{report_type.value} files to report")
159
162
ifnotreport_files:
160
-
ifreport_type=="test_results":
163
+
ifreport_type==ReportType.TEST_RESULTS:
161
164
error_message="No JUnit XML reports found. Please review our documentation (https://docs.codecov.com/docs/test-result-ingestion-beta) to generate and upload the file."
0 commit comments