diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a69191d4..962eb981 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,15 +47,11 @@ jobs: id: buildAndTests continue-on-error: true # 테스트에 실패해도 계속 로그찍기 - - name: Add coverage to PR - id: jacoco - uses: madrapps/jacoco-report@v1.2 + - 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 # 테스트가 실패하면 결과 아카이빙