test-reporter
test-reporter copied to clipboard
Code Climate Test Reporter
Hi there! When doing an audit of the binaries on my computer to see which aren't compiled for Apple Silicon, codeclimate test reporter popped up as only having an `x86_64`...
Hi there It looks like there is no test-reporter available that will run on a windows machine. Can you confirm that this is the case? Thanks Cedd
I have set up the test reporter to run as part of my CircleCI flow. I push a commit to github, and the CircleCI flow runs. The two relevant `run`...
Add support for Jacoco report output using the report-aggregate goal in a Maven multi-module project
When working with JaCoCo in a maven multi-module project it is necessary to use the `report-aggregate` goal to create an aggregated test coverage report. The format of the jacoco.xml file...
### What happens `cc-test-reporter format-coverage` fails with coverage results from SimpleCov 0.21.2 and minitest 5.16.1 as follows: ``` $ ./cc-test-reporter format-coverage -t simplecov coverage/.resultset.json -d DEBU[0000] coverage path coverage/.resultset.json DEBU[0000]...
I reported codeclimate/codeclimate-phpcodesniffer#93 but given that I can get the same test running on the local CLI perhaps this is the right place for this? All of our builds are...
(posting issue here as requested by codeclimate support) We have an issue that we need help with resolving. - Our repository (juulio) has a master branch, developers work in sub...
I suddenly started receiving this error today on CircleCI 2.0 ``` Failing command: ./cc-test-reporter upload-coverage Exit code: 255 Output: Error: invalid character '
This updates the project to use [Go modules introduced by Go 1.13](https://go.dev/blog/using-go-modules), making it supported to the target version used by the project (1.15) This also addresses #446.
Hi Folks, We are experiencing this issue again. This issue was originally posted here: _Originally posted by @efueger in https://github.com/codeclimate/test-reporter/issues/396#issuecomment-490982319_ We have a dockerfile (actually over 100) with these lines...