Michael Förderer

Results 489 comments of Michael Förderer

Do you mean the `Working directory` of gcc-9? I thought that it was solved by your reorganisation of the project folders.

@eseiler Can you check this with the branch of #597?

Can you check the PR branch with and without `-fprofile-abs-path`? #588 is fixed on main branch and the PR should also fix problems when no abs paths are used bay...

@latk You're complete right. Since the methods only make sense with the lines (needed to get the coverage), I think we should close this without merge.

@xiaoliangwu I don't get your problem. The JSON from gcc has nothing to do with the JSON from gcovr.

@nmeum the JSON format from #326 is a internal format of gcovr and not gcov. This format can be written by several calls and then merged together to get an...

That would be fine. I wanted to clarify that changing the options of the gcov call.

I find no documentation of the data format and in the examples it looks like it's tied to java classes and packages. This information isn't available in gcov output format.

Is the issue still valid?

If no `--filter` is used the default is a filter for the realpath (%WORKSPACE_DIR%) of the root directory (%SUBST_DIR%) but the path from gcov is only normalized. Can you try...