fix: better url (#20)
Release package / release (push) Successful in 50m34s

Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Reviewed-on: #20
This commit was merged in pull request #20.
This commit is contained in:
2026-04-12 14:27:37 +00:00
parent 9bf7233436
commit fdcecf8368
27 changed files with 409 additions and 196 deletions
+9 -4
View File
@@ -38,8 +38,13 @@ jobs:
./mvnw -B install \
-Dquarkus.container-image.push=false \
- name: Publish Test Report
uses: scacap/action-surefire-report@v1
if: failure()
- name: Jacoco Report to PR
uses: madrapps/jacoco-report@v1.7.2
if: always()
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
paths: |
./**/jacoco.xml,
token: ${{ secrets.ACCESS_TOKEN }}
min-coverage-overall: 40
min-coverage-changed-files: 60
title: "📊 Báo cáo Độ bao phủ Kiểm thử (Test Coverage)"