diff --git a/.drone.yml b/.drone.yml index f532ef0..e4eb203 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,6 +27,17 @@ steps: - python ./python/hello.py - pytest ./python/test_demo.py + - name: codecov + image: robertstettner/drone-codecov + settings: + token: + from_secret: codecov_pytest + files: + - python/coverage/unit/lcov.info + flags: + - unit + + - name: "CI失败 微信推送" # https://plugins.drone.io/plugins/wechat-2