cpp-coveralls icon indicating copy to clipboard operation
cpp-coveralls copied to clipboard

Upload gcov results to coveralls.io

Results 48 cpp-coveralls issues
Sort by recently updated
recently updated
newest added

For example this excludes nothing: ``` coveralls --dryrun --root CMakeFiles/ --exclude-pattern "/usr/.*" --exclude-pattern "*.gtest.*" ``` According to the somewhat absent documentation, you would expect: - everything that starts with /usr/...

### Description pyOpenSSL and urllib3[secure] are deprecated in the upcoming release (1.26.12) https://github.com/urllib3/urllib3/issues/2680 Removed urllib3[secure] from requirement.txt

By default we set `service_name` to `travis-ci` if `service_name` is unset, but that in combination with an empty `service_job_id` causes all such submitted results to end up in a single...

I've come across a crash when using `cpp-coveralls` (latest version) to get the `gcov` output, filter it using `lcov` and upload the `lcov` output to coveralls with `cpp-coveralls`. The crash...

with yaml.load, a code execution was possible when called without an explicit Loader. To solve this with backwards compatibility, if the new FullLoader is found, it is used. If it...

Hi there, I have a weird issue when running coveralls-cpp on github actions. It seems that coveralls.io is not updating the list of files correctly. On coveralls.io it sometimes shows...

This breaks the check for a missing repo token further down (on line 99).

We get this warning when we use coveralls on OpenSuSE Tumbleweed ``` /home/johnny/.local/lib/python3.7/site-packages/cpp_coveralls/__init__.py:49: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for...

Adds recognition of a few of the gitlab equivalent environment variables to simplify running in gitlab.

This option is useful when source files exist in the root directory and you want to simulate a source tree in coveralls.io. for example, if you pass --prefix foo, filenames...