Skip to content

Commit

Permalink
[Test] : 커버리지 결과 올리는 방식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wellbeing-dough committed Jan 20, 2024
1 parent e5fd25b commit 12586b1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,11 @@ jobs:
id: buildAndTests
continue-on-error: true # 테스트에 실패해도 계속 로그찍기

- name: Add coverage to PR
id: jacoco
uses: madrapps/[email protected]
- name: Upload Jacoco Report
uses: actions/upload-artifact@v3
with:
paths: ${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml
token: ${{ secrets.GITHUB_TOKEN }}
title: "테스트 커버리지 측정"
min-coverage-overall: 30
min-coverage-changed-files: 30
name: jacoco-report
path: build/reports/jacoco/test/jacocoTestReport.xml


- name: Archive test results if tests failed # 테스트가 실패하면 결과 아카이빙
Expand Down

0 comments on commit 12586b1

Please sign in to comment.