Michael Förderer

Results 489 comments of Michael Förderer

The coveralls action doesn't use the coveralls JSON format, instead it needs the lcov info format.

This warning doesn't make sense sind python warns already about the deprecation.

Can you check with debugging active if the data is send correct in the request?

Sorry, I can't che3ck this because I'm not using a cloud instance.

@latk I think you can merge the PR. The issue with the scrubbing of private data should be addressed in a separate PR.

> * gcovr -r . --exclude-directories build/private/src/gtest/ Can you try `gcovr -r . --exclude build/private/src/gtest/.*`?

Ok, you should change the filter to match the src directory and not the build directory.