geofot96 / StudyBuddy

2 stars 5 forks source link

issue #88 CodeClimae fix #103

Closed gessfred closed 6 years ago

YBouquet commented 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 *.%.

in the pull-request's codeclimate report

YBouquet commented 6 years ago

Now there is the test coverage on master However, since then, Travis doesn't run automatically anymore.