Closed gessfred closed 6 years ago
if you add those lines:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build
in .travis.yml, you'll see:
The test coverage on the diff in this pull request is .% (% is the threshold). This pull request will bring the total coverage in the repository to *.%.
The test coverage on the diff in this pull request is .% (% is the threshold).
This pull request will bring the total coverage in the repository to *.%.
in the pull-request's codeclimate report
Now there is the test coverage on master However, since then, Travis doesn't run automatically anymore.
if you add those lines:
in .travis.yml, you'll see:
in the pull-request's codeclimate report