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
To Reproduce
The following input helps to reproduce your issue:
Console output of ReportGenerator -
2022-02-10T17:20:06.3472529Z ##[section]Starting: reportgenerator
2022-02-10T17:20:06.3481216Z ==============================================================================
2022-02-10T17:20:06.3481792Z Task : ReportGenerator
2022-02-10T17:20:06.3482499Z Description : ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
2022-02-10T17:20:06.3483335Z Version : 5.0.3
2022-02-10T17:20:06.3483671Z Author : Palmmedia
2022-02-10T17:20:06.3484109Z Help : [More Information](https://github.com/danielpalme/ReportGenerator)
2022-02-10T17:20:06.3484633Z ==============================================================================
2022-02-10T17:20:06.9244468Z [command]/usr/bin/dotnet /__w/_tasks/reportgenerator_be803a55-9253-4895-a525-be570d86f161/5.0.3/tools/netcoreapp3.1/ReportGenerator.dll -reports:/__w/1/s/target/scala-2.13/coverage-report/cobertura.xml -targetdir:/__w/1/s/coverageReport -reporttypes:Cobertura -sourcedirs: -historydir: -plugins: -assemblyfilters:+* -classfilters:+* -filefilters:+* -verbosity:Info -title: -tag:20220210.8_#1322793
2022-02-10T17:20:06.9246669Z 2022-02-10T17:20:06: Error during reading report '/__w/1/s/target/scala-2.13/coverage-report/cobertura.xml' (Size: 104.9KB): Object reference not set to an instance of an object.
2022-02-10T17:20:06.9247914Z 2022-02-10T17:20:06: Writing report file '/__w/1/s/coverageReport/Cobertura.xml'
2022-02-10T17:20:06.9248775Z 2022-02-10T17:20:06: Report generation took 0.1 seconds
2022-02-10T17:20:06.9255663Z ##[section]Finishing: reportgenerator
Issue is related to a specific cobertura coverage file that gets parsed by ReportGenerator, Please find below the content of the file -
cobertura.xml -
ReportGenerator failed to read cobertura.xml
To Reproduce
The following input helps to reproduce your issue:
cobertura.xml -
The text was updated successfully, but these errors were encountered: