diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dfab8c..c4010a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - python -m pytest --cov om3utils tests + python -m pytest - name: Upload coverage reports to Codecov with GitHub Action uses: codecov/codecov-action@v3 env: