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
I'm trying to understand the difference between the code coverage reports generated via the PublishCodeCoverageResults vs ReportGenerator Azure pipeline extension tasks. From the initial impressions they look quite the same.
Any details will be helpful?
The text was updated successfully, but these errors were encountered:
As long as you want the coverage results of a single Cobertura file and you don't want to use any of the parameters of the ReportGenerator Azure pipeline extension task, you probably won't notice any difference.
The main issue with the PublishCodeCoverageResults task is, that it regenerates the HTML report based on the supplied Cobertura file and ignores the HTML files generated by ReportGenerator.
This may result in unexpected behavior. See:
danielpalme
changed the title
Using ReportGenerator vs PublishCodeCoverageResults
Azure DevOps: ReportGenerator vs PublishCodeCoverageResults
Nov 7, 2020
I'm trying to understand the difference between the code coverage reports generated via the PublishCodeCoverageResults vs ReportGenerator Azure pipeline extension tasks. From the initial impressions they look quite the same.
Any details will be helpful?
The text was updated successfully, but these errors were encountered: