From 2fa0fef856cae4957d6ed5d9e706ff7b2edde7f6 Mon Sep 17 00:00:00 2001 From: hemengyang Date: Wed, 18 May 2022 10:10:48 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=A0=E4=B8=8A=E5=BF=98=E8=AE=B0?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index ecab769..3969223 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -29,9 +29,13 @@ jobs: uses: he0119/setup-python@v0.1.0 with: python-version: ${{ matrix.python-version }} + + - name: Install prerequisites + run: poetry install - name: Run Pytest run: poetry run pytest --cov-report xml --cov=./src/plugins/nonebot_bison -k 'not compare and not render' + - name: Upload coverage report uses: codecov/codecov-action@v3 with: