From d228479e50495ad11fdacf6f37b9f192b1c743b4 Mon Sep 17 00:00:00 2001 From: Diego Tori Date: Tue, 9 Sep 2025 12:33:17 -0400 Subject: [PATCH] Fixed CI workflow error syntax issue. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07257e864..3dd74238c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,4 +93,4 @@ jobs: - name: 📁 Upload coverage to Codecov uses: codecov/codecov-action@v5 # TODO: Remove the below once we have adequate tests for this library. - continue-on-error: "true" + continue-on-error: true