forked from zaclys/searxng
Switch to code-cov
This commit is contained in:
parent
6ebfdf0bb3
commit
fb587f11fe
4 changed files with 7 additions and 6 deletions
|
|
@ -20,14 +20,14 @@ before_install:
|
|||
install:
|
||||
- ./manage.sh npm_packages
|
||||
- ./manage.sh update_dev_packages
|
||||
- pip install coveralls
|
||||
- pip install codecov
|
||||
script:
|
||||
- ./manage.sh styles
|
||||
- ./manage.sh grunt_build
|
||||
- ./manage.sh tests
|
||||
after_success:
|
||||
- ./manage.sh py_test_coverage
|
||||
- coveralls
|
||||
- codecov
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue