From b9499ed344aea175fc4a7a77e3371e23e55c61c1 Mon Sep 17 00:00:00 2001 From: Yx Jiang <2237303+yxjiang@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:53:11 -0700 Subject: [PATCH] update --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2f36ab0..e854a51 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: run: poetry run isort . && poetry run black . - name: Run Pytest with coverage - run: poetry run pytest -vv --cov=mind_renderer --cov-report=xml + run: poetry run pytest -vv --cov=mind_renderer --cov-config=pyproject.toml -vv tests - name: Upload coverage to Codecov uses: codecov/codecov-action@v3