mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Codacity Integration
This commit is contained in:
parent
173d409072
commit
fd6395db00
1 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@ matrix:
|
|||
env: DJANGO=2.0.*
|
||||
|
||||
before_install:
|
||||
- pip install codecov
|
||||
- pip install codacy-coverage
|
||||
- coverage erase
|
||||
|
||||
install:
|
||||
|
@ -27,4 +27,5 @@ script:
|
|||
- coverage run --append runtests.py
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
- coverage xml
|
||||
- python-codacy-coverage -r coverage.xml
|
||||
|
|
Loading…
Reference in a new issue