test-reporter icon indicating copy to clipboard operation
test-reporter copied to clipboard

Code Climate Test Reporter

Results 101 test-reporter issues
Sort by recently updated
recently updated
newest added

Running `./cc-test-reporter -d format-coverage -t gcov -o build/codeclimate.gcov.json ./build/CMakeFiles/awesome.dir` results in: ``` DEBU[0000] coverage path ./build/CMakeFiles/awesome.dir DEBU[0000] using formatter gcov DEBU[0000] checking search path ./build/CMakeFiles/awesome.dir for GCov formatter DEBU[0000] checking...

Sometimes `cc-test-reporter` fails with segfaults. ![](https://i.imgur.com/AHqY2mJ.png) - It segfaults on `before-build`, `sum-coverage`, `upload-coverage` commands - We use docker-compose to run our tests - I have tried to wrap `cc-test-reporter` into...

I see a CircleCI example, but it's not clear to me what I need to do to use with the beta version of their v2 (docker-based) platform. Do you have...

Need to add reference to `--add-prefix` in the `format-coverage` documentation. - documentation: https://github.com/codeclimate/test-reporter/blob/master/man/cc-test-reporter-format-coverage.1.md - related PR describing use: https://github.com/codeclimate/test-reporter/pull/230

From your docs about [parallel and multiple test suites](https://docs.codeclimate.com/docs/configuring-test-coverage#section-parallel-and-multiple-test-suites): > upload and download partial test coverage data to/from shared storage (ex: AWS S3), To setup AWS CLI tool I must...

enhancement

This demonstrates a use case a customer ran into which is preventing them from running coverage using clover -- apparently a wrapping metrics tags in clover breaks our ability to...

I am trying to set up coverage aggregation for a parallelized build, per [this documentation](https://docs.codeclimate.com/docs/codeship-ci-test-coverage-example#section-parallel-test-coverage) > Before your tests: > cc-test-reporter before-build > After your final tests have run: >...

I'm trying to test whether results are being clobbered, and/or whether merge is working properly. It would be helpful if there was a subcommand I could run that could print...

enhancement