Skip to content

Commit 2dc7935

Browse files
codecov
1 parent fe67fc3 commit 2dc7935

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,15 @@ jobs:
6060
cd dbAndCsvBatch
6161
../gradlew
6262
63+
- name: List coverage files
64+
run: |
65+
find . -name "jacocoTestReport.xml"
66+
6367
- name: Upload coverage to Codecov
6468
uses: codecov/codecov-action@v4
6569
with:
66-
files: |
67-
skeletonBatch/build/reports/jacoco/test/jacocoTestReport.xml
68-
dbAndCsvBatch/build/reports/jacoco/test/jacocoTestReport.xml
70+
token: ${{ secrets.CODECOV_TOKEN }}
71+
files: ./skeletonBatch/build/reports/jacoco/test/jacocoTestReport.xml,./dbAndCsvBatch/build/reports/jacoco/test/jacocoTestReport.xml
6972

7073
- name: Archive Test Reports
7174
if: always()

0 commit comments

Comments
 (0)