Skip to content

Commit

Permalink
feat: paths 개행 문자 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kkyu0718 committed Aug 21, 2024
1 parent 2d66442 commit d22ffe7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jacoco-rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
id: jacoco
uses: madrapps/[email protected]
with:
paths: |
${{ github.workspace }}/backend/api-server/build/reports/jacoco/test/jacocoTestReport.xml,${{ github.workspace }}/backend/queue-server/build/reports/jacoco/test/jacocoTestReport.xml
paths: ${{ github.workspace }}/backend/api-server/build/reports/jacoco/test/jacocoTestReport.xml,${{ github.workspace }}/backend/queue-server/build/reports/jacoco/test/jacocoTestReport.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 80
min-coverage-changed-files: 80
Expand Down

0 comments on commit d22ffe7

Please sign in to comment.