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