mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-20 01:01:34 +00:00
Add codecov
This commit is contained in:
parent
c7ad63b24c
commit
c904d8b9cd
1 changed files with 6 additions and 1 deletions
|
|
@ -15,6 +15,11 @@ addons:
|
|||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install codecov
|
||||
- python setup.py install
|
||||
|
||||
script: python tests.py
|
||||
script:
|
||||
- coverage run tests.py
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
Loading…
Add table
Add a link
Reference in a new issue