CI: Add coveralls support
This commit is contained in:
parent
9d47588ad2
commit
dbfc1b3f50
@ -12,7 +12,8 @@ before_install:
|
||||
- sudo apt update
|
||||
- sudo apt install python3-setuptools python3-serial python3-yaml
|
||||
install:
|
||||
- pip install pyusb
|
||||
- pip install pyusb coverage coveralls
|
||||
script:
|
||||
- python setup.py build
|
||||
- python setup.py test
|
||||
- coverage run --source=stcgal setup.py test
|
||||
- coveralls
|
||||
|
Loading…
Reference in New Issue
Block a user