diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 383302f9133e..67fd9a05d8ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,3 @@ jobs: - uses: shogo82148/actions-goveralls@v1 with: path-to-profile: coverage.out - - uses: actions/upload-artifact@v2 - with: - name: coverage - path: coverage.html