mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 17:29:34 +08:00
coverage: replace codecov with coveralls
This commit is contained in:
@@ -9,6 +9,6 @@ python:
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- python -m unittest discover
|
||||
- coverage run -m unittest discover
|
||||
after_success:
|
||||
- codecov
|
||||
- coveralls
|
||||
Reference in New Issue
Block a user