Skip to content

Commit

Permalink
refactor(CI): JaCoCo x CodeCov 연동 일부 옵션 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
limehee committed Dec 12, 2024
1 parent 6e5a010 commit cadf151
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-and-quality-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: '**/build/reports/jacoco/test/jacocoTestReport.xml'
flags: stempo-server
name: codecov-jacoco

- name: Post Coverage & Quality Results to PR
if: always()
Expand Down

0 comments on commit cadf151

Please sign in to comment.