Michael Förderer

Results 489 comments of Michael Förderer

Works as expected. Te return value is for iterating. If you want the first value use `get_one_commit = list(get_one_commit)[0]` or `get_one_commit = next(get_one_commit)`.

With #939 the function was changed to use `_get_paged` instead of `get` and the comment wasn't changed. The limit is the number of commits retrieved in one REST API call....

Closing because of missing response.

Closed again as a new issue was opened (#709).

I need to check this. The logic of the filters was already in place when I joined the project. I think #712 is correct and we need to check the...

Closing because of missing response.

I've checked the noreturn attribute of functions and I think it's correct to assume the closing brace as noncode. Gcov doesn't have a heuristic to filter out this lines and...

@latk For the lcov format we need to include the block information for the branches into the data model. I prefer to do this in a separate PR. What's your...

The intention was to generate the output format only. I need to check if we can also add it as input format.

Need to check this when the output format is implemented.