Skip to content

Commit

Permalink
ci: jacocoTestCoverage를 수행하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ503 committed Dec 8, 2023
1 parent 689c3b1 commit 7de61a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:

- name: build and analyze
run: |
./gradlew build jacocoTestReport sonar
./gradlew build jacocoTestCoverage sonar

0 comments on commit 7de61a7

Please sign in to comment.