diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index cc21b23430..d4549c72d9 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -106,7 +106,7 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 with: - files: ${{ github.workspace }}/coverage/coverage-render${{ matrix.split }}.json + files: ${{ github.workspace }}/coverage/coverage-render.json verbose: true - name: Upload render test failure if: failure()