test-reporter
test-reporter copied to clipboard
Code Climate Test Reporter
Hey codeclimate Team, first of all thank you for your free open source offering, it already helped me a lot! I run into this issue while migrating from travis to...
I noticed that you support most coverage formats but basically only 1 per language. I was wondering if you'd be able to change that. Javascript's primary test coverage tool (Istanbul)...
While working on a project of mine which is already using logrus as dependency, I've found the following error while installing the test-reporter: ```console $ go get -v github.com/codeclimate/test-reporter go:...
Uploading coverage reports requires setting a token in the environment. The [documentation](https://docs.codeclimate.com/v1.0/docs/travis-ci-test-coverage#section-troubleshooting) recommends skipping coverage uploads on Travis pull request builds, presumably to avoid leaking tokens. But that means it's...
Hi , I am able to build test-reporter for arm64 , I am looking for test-report binary release for arm64 For amd64 we have released binary available at path https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64...
I'm seeing `could not find coverage info for source files` even when setting `JACOCO_SOURCE_PATH`. Looking at source, I think this is because groups are not properly supported.
Hi 👋 We have been using Code Climate in our TypeScript Mono Repo for the last few months with great success. It is around 124k lines of code split across...
The documentation [here](https://docs.codeclimate.com/docs/codeship-ci-test-coverage-example#section-project-configuration) is incorrect, says to use this command in a codeship-steps file: - name: codeclimate_post service: YOURSERVICE command: cc-test-reporter after-build --exit-code $? This doesn't work, as the `$?`...
Hi, Once we are building nodejs application, it is creating cc-test-reporter at location "/usr/src/app/client/node_modules/@testing-library/user-event/cc-test-reporter" which is vulnerable and found few vulnerabilities in X-ray scanner report. Vulnerabilities details are below for...
For a while now (since Xcode 9.3) Apple ships a tool for code coverage. (Run it with `xcrun xccov`). It can read the coverage files generated by Xcode and translate...