Michael Förderer

Results 489 comments of Michael Förderer

Can you post the working branch? Here no mock is visible.

Now I get you. Long time since I added the request mockup. It expects a dict or uses the content as it is. You can update the code in mockup.py...

@Pesa, @dlegaultbbry Please can you check this branch if it solves your problem with the not mergeable conditions?

That's interesting, we have same number of branches and conditions but the count of conditions is different. I changed the line key to treat this lines separate. Can you provide...

No problem, in the meanwhile I can take a look at #1082.

Thanks for providing the files. I can see that the order of the branches is not deterministic: identity-impl.t.cpp.1.5e513a1a92e5eb77a12566f7808d57d5.gcov.json: ```yaml "calls": [ { "source_block_id": 4, "destination_block_id": 1, "returned": 0 }, {...

@Pesa Please can you check again? With the provided files the error doesn't occur anymore.

If we find for a line in of the same function different number of branches, conditions or defined block IDs we are not able to merge the data for the...

Can you also provide the source of the line? The block IDs are different, we have 4 branches but 6 conditions and a different number of calls.