diff --git a/.github/workflows/main-maven-build.yml b/.github/workflows/main-maven-build.yml index 8822b13..3159b87 100644 --- a/.github/workflows/main-maven-build.yml +++ b/.github/workflows/main-maven-build.yml @@ -159,7 +159,7 @@ jobs: - name: Frontend test coverage if: ${{ inputs.has_frontend }} - uses: livewing/lcov-job-summary@v1.2.0 + uses: livewing/lcov-job-summary@v1.3.0 with: lcov: frontend/src/main/web/coverage/lcov.info diff --git a/.github/workflows/shared-maven-build.yml b/.github/workflows/shared-maven-build.yml index 461b7ad..b099fcc 100644 --- a/.github/workflows/shared-maven-build.yml +++ b/.github/workflows/shared-maven-build.yml @@ -194,7 +194,7 @@ jobs: - name: Analyze Frontend Test Coverage (LCOV) if: ${{ inputs.has_frontend }} - uses: livewing/lcov-job-summary@v1.2.0 + uses: livewing/lcov-job-summary@v1.3.0 with: lcov: frontend/src/main/web/coverage/lcov.info