mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +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
|
||||
@@ -1,6 +1,7 @@
|
||||
# ApiTestEngine
|
||||
|
||||
[](https://travis-ci.org/debugtalk/ApiTestEngine)
|
||||
[](https://coveralls.io/github/debugtalk/ApiTestEngine?branch=master)
|
||||
|
||||
## 核心特性
|
||||
|
||||
|
||||
@@ -2,4 +2,5 @@ requests
|
||||
termcolor
|
||||
flask
|
||||
PyYAML
|
||||
codecov
|
||||
coveralls
|
||||
coverage
|
||||
Reference in New Issue
Block a user