diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index e9e48e932f..c27708cbc2 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -47,9 +47,9 @@ jobs: @info "Not compatible with this release. No problem." exception=err exit(0) # Exit immediately, as a success end - - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} - file: lcov.info - fail_ci_if_error: true +## - uses: julia-actions/julia-processcoverage@v1 +## - uses: codecov/codecov-action@v4 +## with: +## token: ${{ secrets.CODECOV_TOKEN }} +## file: lcov.info +## fail_ci_if_error: true