Skip to content

Commit

Permalink
xml 파일 사용 및 upload file 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou committed Sep 29, 2023
1 parent ad3731c commit cc7ec54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
file: ./build/reports/jacoco/test/html/index.html
file: ./build/reports/jacoco/test/jacocoTestReport.xml
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jacoco {
tasks.jacocoTestReport {
reports {
html.required = true
xml.required = false
xml.required = true
csv.required = false
}

Expand Down

0 comments on commit cc7ec54

Please sign in to comment.