diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 2141d95..eaa2936 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -43,7 +43,7 @@ jobs: - name: Test with pytest run: | - pytest --cov=./ --cov-report=xml + pytest --cov=diff_classifier diff_classifier/tests/ - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1