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

We want to add test to the format-coverage so we can test we don't introduce breaking changes.

I need to report CodeClimate test results from a CI server running on SmartOS. Since there's no official Solaris binary, I tried to build one myself. This didn't work, but...

User wrote into Support with: > I have noticed that all my code coverages do not really score for partial lines, i.e: missed if statements. >- I am generating `lcov.info`...

enhancement

We have one part per test suite per container, currently adding up to 12 parts. If any of those parts doesn't get to the end of the build for any...

I am setting up my config.yml file for Circle CI. The cc-test-reporter command fails. config.yml file ``` version: 2 jobs: build: working_directory: ~/mva docker: - image: circleci/android:api-28 environment: JVM_OPTS: -Xmx2048m...

Repo: https://github.com/bikeindex/bike_index - OSS user with **CircleCI**. - When running **parallel** tests, he's getting: ``` Error: expected 4 parts, received 1 parts Usage: cc-test-reporter sum-coverage [flags] ``` https://circleci.com/gh/bikeindex/bike_index/29 --- **To...

help wanted

I am running code coverage reporting for JavaScript with the lcov formatter by using Istanbuls `nyc` CLI tool as is [explained in the docs](https://docs.codeclimate.com/docs/configuring-test-coverage#section-supported-languages-and-formats). While this works just great with...

enhancement

At Thredded, we use SimpleCov and run rspec 3 times with different `SimpleCov.command_name`. SimpleCov reports the coverage correctly: > Coverage report generated for test:js, test:migrations, test:nojs to /home/travis/build/thredded/thredded/coverage. 3584 /...

The circleci says the report is submitted successfully in the codeclimate but the uploaded report have error in the `STATE` column and no coverage is written in the batch.