From fb844190a840e1d323a658f99977a499a77c01ab Mon Sep 17 00:00:00 2001 From: rishi2019194 <58341663+rishi2019194@users.noreply.github.com> Date: Sat, 25 Nov 2023 14:48:01 -0500 Subject: [PATCH] Update code_coverage.yml --- .github/workflows/code_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 50afc443..d3857ff1 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -23,7 +23,7 @@ jobs: - name: Run the tests run: | cd tests - coverage run --source=test -m pytest test_*.py + coverage run --source=tests -m pytest test_*.py coverage xml -i - name: Upload coverage report to Codecov run: |