From 6968d34fc293ea1b9e32f2ac41a3a836d6671a91 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Mon, 20 Dec 2021 10:10:22 +0800 Subject: [PATCH] :construction_worker: update codecov --- .github/workflows/codecov.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index e6002bfa..953d2038 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,8 +20,10 @@ jobs: - uses: Gr1N/setup-poetry@v4 - name: Install dependencies + run: poetry install -E all + + - name: Run Pytest run: | - poetry install -E all cd tests/ poetry run pytest --cov-report xml