Skip to content

Commit b0a7321

Browse files
codecov/codecov-action@v5
1 parent 2eac469 commit b0a7321

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/build.yml

+6-11
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,10 @@ jobs:
6060
cd dbAndCsvBatch
6161
../gradlew
6262
63-
- name: Upload coverage to Codecov
64-
uses: codecov/codecov-action@v4
63+
- name: Upload coverage reports to Codecov
64+
uses: codecov/codecov-action@v5
6565
with:
66-
files: ./skeletonBatch/build/reports/jacoco/test/jacocoTestReport.xml,./dbAndCsvBatch/build/reports/jacoco/test/jacocoTestReport.xml
67-
68-
- name: Archive Test Reports
69-
if: always()
70-
uses: actions/upload-artifact@v3
71-
with:
72-
name: test-reports
73-
path: build/reports/tests/test
74-
66+
token: ${{ secrets.CODECOV_TOKEN }}
67+
files: |
68+
./skeletonBatch/build/reports/jacoco/test/jacocoTestReport.xml,
69+
./dbAndCsvBatch/build/reports/jacoco/test/jacocoTestReport.xml

0 commit comments

Comments
 (0)