diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index c6e95a414..edc4fcd24 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -29,7 +29,6 @@ jobs: pip install -U pytest-cov - name: Run tests and generate coverage run: | - cd test pytest --cov=. - name: Upload coverage report to coveralls