diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d958416..46bccc3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: python3 -m pip install .[test] - name: Run tests run: | - coverage run --omit=tests/*,*/_*.py -m unittest discover -v -p *_test.py ./tests + coverage run --omit=tests/*,*/_*.py -m unittest discover -v -p *_test.py . coverage xml - name: Upload to codecov uses: codecov/codecov-action@v3