diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 91cd04f..99a6b07 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,6 +44,15 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
slug: mmilk23/wsCaller
+ - name: Upload test results to Codecov
+ if: matrix.os == 'ubuntu-latest' && !cancelled()
+ uses: codecov/codecov-action@v5
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
+ slug: mmilk23/wsCaller
+ report_type: test_results
+ files: target/surefire-reports/TEST-*.xml
+
- name: Upload test results to Coveralls
if: matrix.os == 'ubuntu-latest'
uses: coverallsapp/github-action@v2
diff --git a/pom.xml b/pom.xml
index 87dc487..8389b99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
2.0.18
1.6.1
5.4.3
- 5.6.3
+ 5.6.4
2.0.0
3.2.3
2.26.1