Michael Förderer
Michael Förderer
As suggested in #654 this PR adds methods to the cobertura report. The evaluation of the line coverage for functions a dummy `FileCoverage` is created to which the lines of...
As suggested in #635 print a warning if the root directory contains symlinks. Closes #635
If `gcov` exits with a value != 0 raise an exception. Closes #254
Are there plans to support the JSON format described in the [API docs](https://docs.coveralls.io/api-introduction)? This format is internal generated from the lcov info file. E.g. gcovr can create the internal file...
Remove attributes not allowed by schema and add a validation for the example report.
This PR adds an additional option to bundle the current version installed with pip into a standalone executable with pyinstaller: ``` Experimental Options: Experimental options are for testing only and...
GCOV introduced a JSON intermediate format with version 9.1. If the gcov help contains the option `--json-format` this option is used to get compressed JSON files (`.gcov.json.gz`) instead of the...
The single page report can be selected with option `--html-single-page`. By default the report uses Javascript to provide the features of the nested report. If Javascript is deactivated the whole...
# Description We added Codacy to [GCOVR](https://github.com/gcovr/gcovr) CI as a future replacement for Codecov. Uploading LCOV files is failing without a meaningful error message: ``` 2024-08-19 20:45:29.113Z info [ReportRules] Parsing...
This PR adds separate entries for a line if the branches, conditions or block IDs are reported different across multiple GCOV data files. If contradicting information is found a warning...