Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Commit

Permalink
Add coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofucci committed Nov 8, 2016
1 parent 65079b5 commit 9487e6c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[report]
omit =
*/migrations/*
*/site-packages/*
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ python:
- 3.5
install:
- pip install -r requirements/dev.txt
- pip install coveralls
script:
- ./manage.py test
- coverage run manage.py test
- flake8 .
after_success:
- coveralls
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[![Build Status](https://travis-ci.org/nhsuk/nhsuk-content-store.svg?branch=master)](https://travis-ci.org/nhsuk/nhsuk-content-store)

[![Dependency Status](https://gemnasium.com/badges/github.com/nhsuk/nhsuk-content-store.svg)](https://gemnasium.com/github.com/nhsuk/nhsuk-content-store)
[![Build Status](https://travis-ci.org/nhsuk/nhsuk-content-store.svg?branch=master)](https://travis-ci.org/nhsuk/nhsuk-content-store) [![Dependency Status](https://gemnasium.com/badges/github.com/nhsuk/nhsuk-content-store.svg)](https://gemnasium.com/github.com/nhsuk/nhsuk-content-store) [![Coverage Status](https://coveralls.io/repos/github/nhsuk/nhsuk-content-store/badge.svg?branch=master)](https://coveralls.io/github/nhsuk/nhsuk-content-store?branch=master)

# NHS.UK Content Store

Expand Down

0 comments on commit 9487e6c

Please sign in to comment.