fsprojects / FAKE

FAKE - F# Make
https://fake.build
Other
1.28k stars 581 forks source link

Add missing report types #2654

Closed alcated closed 2 years ago

alcated commented 2 years ago

Description

In order to convert a dotCover coverage result to a coverage file with Cobertura format, this coverage must have been done with the report type DetailedXML but type was missing.

See the configuration of dotCover console runner See also ReportGenerator supported files format

TODO

Feel free to open the PR and ask for help

yazeedobaid commented 2 years ago

@alcated Thanks for sending a PR! Can you please target your PR to release/next branch since it is used for development?

alcated commented 2 years ago

@yazeedobaid ✅