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