From c7d1d9be8eadf2a6b693c9950e952363bb347499 Mon Sep 17 00:00:00 2001 From: lzwang Date: Mon, 5 Sep 2022 00:33:09 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7037fdc..8ddc234 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: - pwd - ls -la - python ./python/hello.py - - pytest --cov ./python/test_demo.py + - pytest --cov ./python/ - name: codecov image: robertstettner/drone-codecov