From a87e45fc2605b2cb56b2f44e1d67e3598b5a4fb0 Mon Sep 17 00:00:00 2001 From: "Tobias.Mikula" Date: Tue, 23 Jun 2026 10:30:07 +0200 Subject: [PATCH 1/3] Fake changes to trigger JaCoCo report. --- .../main/scala/za/co/absa/loginsvc/model/PrefixesConfig.scala | 2 +- .../tokenRetrieval/client/TokenRetrievalClient.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/main/scala/za/co/absa/loginsvc/model/PrefixesConfig.scala b/api/src/main/scala/za/co/absa/loginsvc/model/PrefixesConfig.scala index 65ed5560..a2c19e10 100644 --- a/api/src/main/scala/za/co/absa/loginsvc/model/PrefixesConfig.scala +++ b/api/src/main/scala/za/co/absa/loginsvc/model/PrefixesConfig.scala @@ -31,7 +31,7 @@ case class PrefixesConfig( ) { /** * Filters the given groups based on the defined prefixes and case sensitivity. - * If there are no prefixes defined, it returns the original groups without filtering. + * If there are no prefixes defined, it returns the original groups without filtering * * @param groups to potentially filter based on the defined prefixes and case sensitivity * @return diff --git a/clientLibrary/src/main/scala/za/co/absa/loginclient/tokenRetrieval/client/TokenRetrievalClient.scala b/clientLibrary/src/main/scala/za/co/absa/loginclient/tokenRetrieval/client/TokenRetrievalClient.scala index 108f35e6..dfc93145 100644 --- a/clientLibrary/src/main/scala/za/co/absa/loginclient/tokenRetrieval/client/TokenRetrievalClient.scala +++ b/clientLibrary/src/main/scala/za/co/absa/loginclient/tokenRetrieval/client/TokenRetrievalClient.scala @@ -29,7 +29,7 @@ import java.util.{Collections, Properties} import javax.security.auth.login.Configuration /** - * This class is used to retrieve tokens from the login service. + * This class is used to retrieve tokens from the login service * Refresh and Access Keys require authorization. Basic Auth is used for the initial retrieval. * Refresh token from initial retrieval is used to refresh the access token. * @param host The host of the login service. From 9509fc517604a85a8f0911735ee620d42fa6cc73 Mon Sep 17 00:00:00 2001 From: "Tobias.Mikula" Date: Tue, 23 Jun 2026 10:30:51 +0200 Subject: [PATCH 2/3] Bumping the MoranaApps/jacoco-report version and global threshold to goal of 80. --- .github/workflows/jacoco_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jacoco_check.yml b/.github/workflows/jacoco_check.yml index 495b8095..4c58ea85 100644 --- a/.github/workflows/jacoco_check.yml +++ b/.github/workflows/jacoco_check.yml @@ -93,10 +93,10 @@ jobs: python-version: '3.14' - name: Add JaCoCo Report in PR comments - uses: MoranaApps/jacoco-report@48921080d110bb49247b55a5d23f79e688577ef0 + uses: MoranaApps/jacoco-report@3be109b40946547c5925e63d41fef1099c9e562b with: token: ${{ secrets.GITHUB_TOKEN }} - global-thresholds: '71*73' + global-thresholds: '71*80' report-thresholds-default: '62*80*60' skip-unchanged: 'true' evaluate-unchanged: 'false' From cd55f61a0b0cda86933b5397640ff567180a59dd Mon Sep 17 00:00:00 2001 From: "Tobias.Mikula" Date: Tue, 23 Jun 2026 10:39:58 +0200 Subject: [PATCH 3/3] Revert "Fake changes to trigger JaCoCo report." This reverts commit a87e45fc2605b2cb56b2f44e1d67e3598b5a4fb0. --- .../main/scala/za/co/absa/loginsvc/model/PrefixesConfig.scala | 2 +- .../tokenRetrieval/client/TokenRetrievalClient.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/main/scala/za/co/absa/loginsvc/model/PrefixesConfig.scala b/api/src/main/scala/za/co/absa/loginsvc/model/PrefixesConfig.scala index a2c19e10..65ed5560 100644 --- a/api/src/main/scala/za/co/absa/loginsvc/model/PrefixesConfig.scala +++ b/api/src/main/scala/za/co/absa/loginsvc/model/PrefixesConfig.scala @@ -31,7 +31,7 @@ case class PrefixesConfig( ) { /** * Filters the given groups based on the defined prefixes and case sensitivity. - * If there are no prefixes defined, it returns the original groups without filtering + * If there are no prefixes defined, it returns the original groups without filtering. * * @param groups to potentially filter based on the defined prefixes and case sensitivity * @return diff --git a/clientLibrary/src/main/scala/za/co/absa/loginclient/tokenRetrieval/client/TokenRetrievalClient.scala b/clientLibrary/src/main/scala/za/co/absa/loginclient/tokenRetrieval/client/TokenRetrievalClient.scala index dfc93145..108f35e6 100644 --- a/clientLibrary/src/main/scala/za/co/absa/loginclient/tokenRetrieval/client/TokenRetrievalClient.scala +++ b/clientLibrary/src/main/scala/za/co/absa/loginclient/tokenRetrieval/client/TokenRetrievalClient.scala @@ -29,7 +29,7 @@ import java.util.{Collections, Properties} import javax.security.auth.login.Configuration /** - * This class is used to retrieve tokens from the login service + * This class is used to retrieve tokens from the login service. * Refresh and Access Keys require authorization. Basic Auth is used for the initial retrieval. * Refresh token from initial retrieval is used to refresh the access token. * @param host The host of the login service.