diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 714dd51..2745943 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: - name: Test with pytest run: | - pytest --cov=squishyplanet + pytest --cov=. # env: # PLATFORM: ${{ matrix.platform }}