mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-04-24 16:54:50 +00:00
Add codecov integration
This commit is contained in:
parent
afb057f33b
commit
067cfaf6e6
2 changed files with 7 additions and 1 deletions
|
|
@ -53,8 +53,10 @@ matrix:
|
|||
- env: TOXENV=pypy-djmaster
|
||||
install:
|
||||
- pip wheel -r tests/requirements.txt
|
||||
- pip install tox
|
||||
- pip install tox codecov
|
||||
script: tox
|
||||
after_success:
|
||||
- codecov
|
||||
branches:
|
||||
except: templates/1.5.x templates/1.6.x
|
||||
deploy:
|
||||
|
|
|
|||
|
|
@ -9,6 +9,10 @@ django-configurations
|
|||
:alt: Jazzband
|
||||
:target: https://jazzband.co/
|
||||
|
||||
.. image:: https://codecov.io/github/jazzband/django-configurations/coverage.svg?branch=master
|
||||
:alt: Codecov
|
||||
:target: https://codecov.io/github/jazzband/django-configurations?branch=master
|
||||
|
||||
django-configurations eases Django project configuration by relying
|
||||
on the composability of Python classes. It extends the notion of
|
||||
Django's module based settings loading with well established
|
||||
|
|
|
|||
Loading…
Reference in a new issue