mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 02:54:29 +08:00
codecov
This commit is contained in:
@ -17,7 +17,7 @@ services:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U pip
|
- pip install -U pip
|
||||||
- pip install -U mock coverage pytest pytest-cov
|
- pip install -U mock coverage pytest pytest-cov codecov
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
@ -32,5 +32,8 @@ script:
|
|||||||
- pip install -e .
|
- pip install -e .
|
||||||
- py.test --cov ./MySQLdb
|
- py.test --cov ./MySQLdb
|
||||||
|
|
||||||
|
after_succes:
|
||||||
|
- codecov
|
||||||
|
|
||||||
|
|
||||||
# vim: sw=2 ts=2 sts=2
|
# vim: sw=2 ts=2 sts=2
|
||||||
|
Reference in New Issue
Block a user