Commit Graph

3 Commits

Author SHA1 Message Date
Duncan Stuart 8ffa4fe866 Report test coverage to CodeClimate
Coverage gets generated on every build, but we only need to send it for
one build. Send it on the first one, otherwise we get eg:

    ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
    time="2019-08-22T12:37:01Z" level=warning msg="Conflict when uploading: A test report for commit 6dabaaa6cd7e4c5c51dc538e4fbb7861ca433d8e already exists, skipping upload"

I guess this is because the test reporter assumes that if coverage
exists, then it has been sent?

Config from here:

https://docs.codeclimate.com/docs/travis-ci-test-coverage#section-travis-ci-single-test-suite-non-parallel-builds
2019-11-12 10:02:12 +01:00
Jonas Nicklas 6c935e503a ignore binstubs 2012-11-19 11:16:00 +01:00
Jonas Nicklas 1cad0b598a initial 2012-11-04 10:20:45 +01:00