From 79d31e473a3cef0ec11968bc482abe162ff9bd02 Mon Sep 17 00:00:00 2001 From: valhassan Date: Mon, 15 Jul 2024 14:21:36 -0400 Subject: [PATCH] Update pytest coverage command --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1482d15..0605487 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: pip install pytest pytest-cov - name: test with pytest run: | - pytest --cov app ${{ env.CODECOV_ATS_TESTS }} + pytest --cov=. --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v4.0.1 with: