mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Change broken coveralls to codecov
This commit is contained in:
parent
13c395d36c
commit
a186e0f679
5 changed files with 12 additions and 9 deletions
2
.coveragerc
Normal file
2
.coveragerc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[run]
|
||||
source=axes
|
||||
|
|
@ -24,10 +24,10 @@ matrix:
|
|||
env: DJANGO=2.1
|
||||
- python: 3.4
|
||||
env: DJANGO=master
|
||||
install: pip install tox-travis
|
||||
install: pip install tox-travis codecov
|
||||
script: tox
|
||||
after_success:
|
||||
- coveralls
|
||||
- codecov
|
||||
deploy:
|
||||
provider: pypi
|
||||
user: jazzband
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ Django Axes
|
|||
:target: http://travis-ci.org/jazzband/django-axes
|
||||
:alt: Build Status
|
||||
|
||||
.. image:: https://coveralls.io/repos/github/jazzband/django-axes/badge.svg?branch=master
|
||||
:target: https://coveralls.io/github/jazzband/django-axes?branch=master
|
||||
:alt: Coveralls
|
||||
.. image:: https://codecov.io/gh/jazzband/django-axes/branch/master/graph/badge.svg
|
||||
:target: https://codecov.io/gh/jazzband/django-axes
|
||||
:alt: Coverage
|
||||
|
||||
|
||||
``django-axes`` is a very simple way for you to keep track of failed login
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
-e .
|
||||
coveralls==1.5.1
|
||||
mock==2.0.0 ; python_version <= "2.7"
|
||||
coverage==4.5.2
|
||||
mock==2.0.0 ; python_version <= "2.7"
|
||||
prospector==1.1.6.2
|
||||
sphinx_rtd_theme==0.4.2
|
||||
tox==3.6.0
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -31,8 +31,8 @@ usedevelop = True
|
|||
ignore_outcome =
|
||||
djangomaster: True
|
||||
commands =
|
||||
coverage run -a --source=axes runtests.py -v2
|
||||
coverage run -a --source=axes runtests.py -v2 cache
|
||||
coverage run -a runtests.py -v2
|
||||
coverage run -a runtests.py -v2 cache
|
||||
coverage report
|
||||
prospector
|
||||
setenv =
|
||||
|
|
|
|||
Loading…
Reference in a new issue