danielpalme / ReportGenerator

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.
https://reportgenerator.io
Apache License 2.0
2.56k stars 279 forks source link

Looking for documentations on how the extension manages data #644

Closed fRanK45jPm closed 7 months ago

fRanK45jPm commented 7 months ago

Hello, I am looking for any documentations on how the extension is managing Azure DevOps data?

danielpalme commented 7 months ago

Hi, what do you mean with "Azure DevOps" data? If you use ReportGenerator on Azure Devops or on your own machine, it operates strictly local on the build agent. No data is transferred.

In detail: -ReportGenerator reads the coverage file(s) -It reads the corresponding code files -It generates the desired report on the build agent

All this happens on the machine ReportGenerator is executed on. ReportGenerator does not gather any user data. No statistics, telemetry or other tracking data is collected. The tool operates strictly locally.