diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 72e9da31..ad7a05ee 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -24,7 +24,7 @@ jobs: ls -R # List all files and directories recursively pwd # Print the current working directory - name: Generate coverage report - working-directory: ./test + working-directory: ./tests run: | pip install pytest pip install pytest-cov