diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index d127a234f..0a794275d 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -32,8 +32,7 @@ jobs: - name: Run tests and generate coverage run: | - cd test - coverage run pytest --cov=./ test_util + coverage run pytest --cov=test test_util coverage xml -i - name: Upload coverage report to Codecov