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