Michael Förderer

Results 489 comments of Michael Förderer

With 8.3 the JSON format wasn't used if call coverage was requested, this was changed with #1090. When gcov JSON format is used nothing you need to search for `*.json.gz`....

> > With 8.3 the JSON format wasn't used if call coverage was requested, this was changed with [#1090](https://github.com/gcovr/gcovr/pull/1090). When gcov JSON format is used nothing you need to search...

> Ok, this means you simply do not produce any *gcov files anymore? That's a valuable info, thanks! Now `*.json.gz` files are produced. Do you have one build with a...

It was closed because #1165 was merged. You're jumping and referencing between two issues. Please close the issue which is fixed and reopen this with a description what's still missing.

@DNKpp Please can you check the linked PR and leave a review?

Your issue is connected to Coveralls only. In the JSON file we have no coverage information. E.g. for line 161 we have no information in our data model: In your...

From which run was this? I need to the coveralls.json, report.json and the gcov files.

> You can find all infos here: https://github.com/DNKpp/mimicpp/actions/runs/19175733667?pr=138 This is from the single execution. Can you run following commands and provide all files? ``` gcovr --root .. \ --trace-include '.*Templated.*'...

Meanwhile I analysed the increase of the runtime by using the gcov-files provided in your run. #1191: 140.13s user 1.42s system 99% cpu 2:22.83 total 8.4: 150.63s user 2.19s system...