Skip to content

Commit

Permalink
Link code coverage service to repository #56
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Feb 21, 2016
1 parent cad85ee commit c36a1d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ python:

before_install:
- pip install codecov
- pip install python-coveralls

install:
- pip install -r dsmrreader/provisioning/requirements/base.txt -r dsmrreader/provisioning/requirements/test.txt
Expand All @@ -16,4 +15,3 @@ script:

after_success:
- codecov
- coveralls
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ v0.11 (β) - 2016-xx-xx
- Integrate Travis CI (#48).
- Testing coverage (#38).
- Implement automatic backups & Dropbox cloud storage (#44).
- Link code coverage service to repository (#56)



Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Build Status](https://travis-ci.org/dennissiemensma/dsmr-reader.svg?branch=master)](https://travis-ci.org/dennissiemensma/dsmr-reader)
[![Coverage Status](https://coveralls.io/repos/github/dennissiemensma/dsmr-reader/badge.svg?branch=master)](https://coveralls.io/github/dennissiemensma/dsmr-reader?branch=master)
[![codecov.io](https://codecov.io/github/dennissiemensma/dsmr-reader/coverage.svg?branch=master)](https://codecov.io/github/dennissiemensma/dsmr-reader?branch=master)
[![Coverage](https://codecov.io/github/dennissiemensma/dsmr-reader/coverage.svg?branch=master)](https://codecov.io/github/dennissiemensma/dsmr-reader?branch=master)


# Table of content #
Expand Down

0 comments on commit c36a1d2

Please sign in to comment.