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
Add missing lines-covered and lines-valid attributes (#17738)
This PR resolves an issue where the Cobertura XML report generated by
MyPy was missing the lines-covered and lines-valid attributes in the
<coverage> element.
Changes made:
- Added the lines-covered and lines-valid attributes to the <coverage>
element in the Cobertura XML report.
- Updated the CoberturaReportSuite test suite to validate that these
attributes are correctly included in the generated XML.
Fixes#17689
0 commit comments