Michael Förderer
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.
@farshid616 Can you post your command line?
> * gcovr -r . --exclude-directories build/private/src/gtest/ Can you try `gcovr -r . --exclude build/private/src/gtest/.*`?
Can you run with `--verbose` and check the filters?
Ok, you should change the filter to match the src directory and not the build directory.
@yefen123 Does your problem still occur?