mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
update coverage
This commit is contained in:
@@ -9,6 +9,7 @@ python:
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- coverage run -m unittest discover
|
||||
- coverage run --source=. -m unittest discover
|
||||
after_success:
|
||||
- coverage report -m
|
||||
- coveralls
|
||||
Reference in New Issue
Block a user