From 9b7fa42e4f07d8f849ba1ef3cbe49500f54afa9b Mon Sep 17 00:00:00 2001 From: mmilk23 <5692175+mmilk23@users.noreply.github.com> Date: Fri, 21 Aug 2026 02:03:20 -0300 Subject: [PATCH 1/2] ci: adicionar upload de resultados de teste ao Codecov --- .github/workflows/maven.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 From 3883ab50355726f6a3804f0691181d7d3489184c Mon Sep 17 00:00:00 2001 From: mmilk23 <5692175+mmilk23@users.noreply.github.com> Date: Fri, 21 Aug 2026 02:22:10 -0300 Subject: [PATCH 2/2] chore: bump httpclient5 to 5.6.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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