Skip to content

Commit

Permalink
[CHORE] fix jacoco report flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Mar 8, 2024
1 parent 007eafc commit c94bb4f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ jobs:
- run: ./gradlew build
- run: ./gradlew jib

- name: Test Coverage Report
- name: Check test coverage
id: jacoco
uses: madrapps/[email protected]
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

0 comments on commit c94bb4f

Please sign in to comment.