diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2692942..f457669 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,6 +69,9 @@ jobs: - name: Print full current path run: echo $PWD + - name: Print what is in .coverage + run: cd .coverage && ls -lah + - name: Debug coverage file run: ls -lah - uses: actions/upload-artifact@v4