diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index e9da9017..982b76e9 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -44,12 +44,11 @@ jobs: - run: ./gradlew build - run: ./gradlew jib - - name: Test Coverage Report + - name: Check test coverage id: jacoco uses: madrapps/jacoco-report@v1.2 with: - paths: ${{ github.workspace }}/backend/build/reports/jacoco/test/jacocoTestReport.xml - token: ${{ secrets.GITHUB_TOKEN }} - title: "test coverage" + paths: build/reports/jacoco/test/jacocoTestReport.xml + title: "Test Coverage" min-coverage-overall: 50 min-coverage-changed-files: 50