Skip to content

Commit

Permalink
fix: rollback code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Dec 24, 2023
1 parent c190dad commit cce4540
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
- main
- develop

env:
COVERAGE_PERCENT: 70

jobs:
test:
name: Code Quality Check
Expand Down Expand Up @@ -55,20 +52,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew sonar --info --stacktrace

- name: Upload Test Result
uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ always() }}
with:
files: build/test-results/**/*.xml

- name: Upload Test Coverage Result to PR
id: jacoco
uses: madrapps/[email protected]
with:
paths: ${{ github.workspace }}/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: ${{ env.COVERAGE_PERCENT }}
debug-mode: false
title: Code Coverage
update-comment: true

0 comments on commit cce4540

Please sign in to comment.