1
0
Fork 0

Remove CodeClimate coverage

This commit is contained in:
Alex Kotov 2018-12-09 02:34:29 +05:00
parent 0f0e85ba95
commit dd0d7fe6fb
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
2 changed files with 0 additions and 8 deletions

View File

@ -22,11 +22,4 @@ install:
before_script:
- psql -U postgres -c "CREATE DATABASE partynest_test;"
- 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
script: xvfb-run -a bundle exec rake
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

View File

@ -4,7 +4,6 @@ Partynest
[![Build Status](https://travis-ci.org/libertarian-party/partynest.svg?branch=master)](https://travis-ci.org/libertarian-party/partynest)
[![Coverage Status](https://coveralls.io/repos/github/libertarian-party/partynest/badge.svg?branch=master)](https://coveralls.io/github/libertarian-party/partynest?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/974d97f03895453189e1/maintainability)](https://codeclimate.com/github/libertarian-party/partynest/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/974d97f03895453189e1/test_coverage)](https://codeclimate.com/github/libertarian-party/partynest/test_coverage)
[![Inline docs](http://inch-ci.org/github/libertarian-party/partynest.svg?branch=master)](http://inch-ci.org/github/libertarian-party/partynest)
A web application to manage political party members and supporters.