1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00
varvet--pundit/.gitignore
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

19 lines
168 B
Text

*.gem
*.rbc
.bundle
.config
.coverage
.yardoc
Gemfile.lock
InstalledFiles
_yardoc
coverage
doc/
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
bin