diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0fab2f83..d9b03834 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: - name: Test with pytest run: | - coverage run -m pytest tests --cov=./ --cov-report=xml + coverage run -m pytest tests --cov=./servicex/ --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v3.1.4