diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f023fe..8739fb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,9 +34,9 @@ jobs: - name: Test with pytest run: | pip install . - python setup.py pytest --addopts "--cov psfpy" + python setup.py pytest --addopts "--cov ." - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: - fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false) + fail_ci_if_error: true + verbose: true