Skip to content

Commit

Permalink
Switching to Codeclimate for coverage reports as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahar Evron committed Apr 4, 2020
1 parent 9471678 commit 60199ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:

install:
- pip install -r requirements.txt
- pip install coveralls

before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand All @@ -23,9 +22,6 @@ after_script:
- coverage xml
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

after_success:
- coveralls

cache:
directories:
- $HOME/.cache/pip
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Giftless - a Pluggable Git LFS Server

[![Build Status](https://travis-ci.org/datopian/giftless.svg?branch=master)](https://travis-ci.org/datopian/giftless)
[![Maintainability](https://api.codeclimate.com/v1/badges/58f05c5b5842c8bbbdbb/maintainability)](https://codeclimate.com/github/datopian/giftless/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/58f05c5b5842c8bbbdbb/test_coverage)](https://codeclimate.com/github/datopian/giftless/test_coverage)

Giftless a Python implementation of a [Git LFS](1) Server. It is designed
with flexibility in mind, to allow pluggable storage backends, transfer
Expand Down

0 comments on commit 60199ab

Please sign in to comment.