Merge pull request #4761 from inspec/mj/sum-coverage

sum multiple test runs together for codeclimate
This commit is contained in:
Ryan Davis 2019-12-05 16:25:49 -08:00 committed by GitHub
commit 7cfca95799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -22,8 +22,12 @@ plugins:
enabled: true
config:
score_threshold: 30
reek:
enabled: true
markdownlint:
enabled: true
shellcheck:
enabled: true
exclude_patterns:
- "www/source/javascripts/"
- "examples/"

View file

@ -49,6 +49,7 @@ bundle exec rake test
EXIT_CODE=$?
echo "+++ formatting and uploading test coverage"
./test-reporter sum-coverage -t simplecov
./test-reporter after-build -t simplecov --exit-code "$EXIT_CODE"
echo "--- uploading test-reporter.sha to s3"