Skip to content

Commit

Permalink
codecov/codecov-action@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
KTC-YoheiMiyashita committed Dec 24, 2024
1 parent 2eac469 commit b0a7321
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,10 @@ jobs:
cd dbAndCsvBatch
../gradlew
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
files: ./skeletonBatch/build/reports/jacoco/test/jacocoTestReport.xml,./dbAndCsvBatch/build/reports/jacoco/test/jacocoTestReport.xml

- name: Archive Test Reports
if: always()
uses: actions/upload-artifact@v3
with:
name: test-reports
path: build/reports/tests/test

token: ${{ secrets.CODECOV_TOKEN }}
files: |
./skeletonBatch/build/reports/jacoco/test/jacocoTestReport.xml,
./dbAndCsvBatch/build/reports/jacoco/test/jacocoTestReport.xml

0 comments on commit b0a7321

Please sign in to comment.