From 90c1d58efc0ee78a3169d8fe03411d385f524688 Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Sat, 27 Jul 2024 15:41:52 -0700 Subject: [PATCH] disable errors --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4778606ba..64669ee7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -378,6 +378,7 @@ jobs: path: tmp/zqmr/t/junit/test-results.xml reporter: java-junit - name: Code coverage report + continue-on-error: true if: always() uses: codecov/codecov-action@v4 with: @@ -472,6 +473,7 @@ jobs: path: tmp/zqmr/t/junit/test-results.xml reporter: java-junit - name: Code coverage report + continue-on-error: true if: always() uses: codecov/codecov-action@v4 with: