Add Coveralls configuration

This commit is contained in:
Iwo Herka 2018-06-01 17:19:49 +02:00
parent a6f7842330
commit eb78cd7ee5
3 changed files with 10 additions and 1 deletions

1
.coveralls.yml Normal file
View file

@ -0,0 +1 @@
repo_token: 71NkMDQFpFKB9QYXoK12LYuWUEmQ2wD6V

View file

@ -3,5 +3,12 @@ python:
- "3.6.5"
install:
- pip install -r requirements.txt
- pip install coveralls==1.3.0
- pip install pyyaml==3.12
- pip install coverage==4.5.1
before_script:
- coverage erase
script:
- ./runtests
- coverage run --source=eav runtests
after_success:
- coveralls

View file

@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/makimo/django-eav2.svg?branch=master)](https://travis-ci.org/makimo/django-eav2)
[![Coverage Status](https://coveralls.io/repos/github/makimo/django-eav2/badge.svg?branch=master)](https://coveralls.io/github/makimo/django-eav2?branch=master)
### Django EAV 2 - Entity-Attribute-Value storage for Django