From bdf7076696a7cdd6c3ff4bc1098425bbac7f2e5a Mon Sep 17 00:00:00 2001 From: lzwang Date: Mon, 5 Sep 2022 00:20:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95Python=E8=A6=86=E7=9B=96?= =?UTF-8?q?=E7=8E=87Codecov?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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