diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b9c265e..9c8da50 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -60,6 +60,10 @@ jobs: with: pattern: coverage-* merge-multiple: true + - name: print downloaded files + run: | + pwd + ls -hal - name: Coverage comment id: coverage_comment uses: py-cov-action/python-coverage-comment-action@v3