diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27b892c..47818e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,8 +53,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: coverage - path: | - coverage/ + path: coverage/ release: runs-on: ubuntu-latest needs: test @@ -110,6 +109,10 @@ jobs: uses: actions/download-artifact@v2 with: name: coverage + - name: Debug downloaded artifacts + id: debug_downloaded_artifacts + run: | + ls -ahl - name: Coveralls uses: coverallsapp/github-action@master with: