From 4d86e3166ea933b64f0c3a50ece7549aa81ed248 Mon Sep 17 00:00:00 2001 From: Angad Misra Date: Wed, 24 Sep 2025 14:55:18 -0700 Subject: [PATCH] fix: pom.xml and codecov action --- .github/workflows/CI.yml | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 851f8a7..a0ee392 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,4 +28,5 @@ jobs: - name: Codecov uses: codecov/codecov-action@v5 with: + fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} diff --git a/pom.xml b/pom.xml index a6a90ea..68febe1 100644 --- a/pom.xml +++ b/pom.xml @@ -135,7 +135,7 @@ maven-surefire-plugin 3.5.4 - -XX:+EnableDynamicAgentLoading -Xshare:off + @{argLine} -XX:+EnableDynamicAgentLoading -Xshare:off