From 4b2eedbc787f01ef7b27bb5361a44a8059f92325 Mon Sep 17 00:00:00 2001 From: snowy Date: Wed, 28 Aug 2024 04:36:58 +0800 Subject: [PATCH] =?UTF-8?q?:fire:=20=E6=B5=8B=E8=AF=95=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 5eed75f..af5fc01 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -24,14 +24,4 @@ jobs: - name: 运行测试 - run: pytest - - - name: 生成测试报告 - run: |- - pytest --cov-report=xml - - - name: 上传测试报告 - uses: actions/upload-artifact@v2 - with: - name: coverage - + run: python -m pytest