diff --git a/.github/workflows/parallel.yml b/.github/workflows/parallel.yml index ed188acc75..c0a8c4e721 100644 --- a/.github/workflows/parallel.yml +++ b/.github/workflows/parallel.yml @@ -92,3 +92,5 @@ jobs: name: ${{ inputs.reports-name }}-${{ matrix.profile }} path: ${{ inputs.reports-path }} continue-on-error: true + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v3