Closed FranzBranntvino closed 2 years ago
Quick heads-up that this change only works from gcovr version 4.0 (when the --html [OUTPUT]
option was added)
See: https://gcovr.com/en/stable/changelog.html#june-2018
Format flag parameters like [--xml](https://gcovr.com/en/stable/guide.html#cmdoption-gcovr-x) or [--html](https://gcovr.com/en/stable/guide.html#cmdoption-gcovr-html) now take an optional output file name.
Change gcovr output from -o for --xml and --html output respectively.
This will allow for Multiple Output Formats at teh soame time by making use of GCOVR_ADDITIONAL_ARGS, e.g. GCOVR_ADDITIONAL_ARGS "--txt".