-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5fd25b
commit 12586b1
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 # 테스트가 실패하면 결과 아카이빙 | ||
|