You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 6dabaaa 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
0 commit comments