diff --git a/.github/workflows/test-code.yml b/.github/workflows/test-code.yml index 4ff75eb..f049178 100644 --- a/.github/workflows/test-code.yml +++ b/.github/workflows/test-code.yml @@ -32,7 +32,7 @@ jobs: - name: Run tests run: | - pytest --cov=. + pytest ./tests - name: Upload coverage report uses: actions/upload-artifact@v3