Skip to content

Commit fe67fc3

Browse files
codecov
1 parent 06ef08c commit fe67fc3

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,12 @@ jobs:
6060
cd dbAndCsvBatch
6161
../gradlew
6262
63-
- name: Upload coverage to Codecov for skeletonBatch
64-
uses: codecov/codecov-action@v4
65-
with:
66-
files: skeletonBatch/build/reports/jacoco/test/jacocoTestReport.xml
67-
68-
- name: Upload coverage to Codecov for dbAndCsvBatch
69-
uses: codecov/codecov-action@v4
70-
with:
71-
files: dbAndCsvBatch/build/reports/jacoco/test/jacocoTestReport.xml
72-
7363
- name: Upload coverage to Codecov
7464
uses: codecov/codecov-action@v4
7565
with:
76-
files: ./*/build/reports/jacoco/test/jacocoTestReport.xml
66+
files: |
67+
skeletonBatch/build/reports/jacoco/test/jacocoTestReport.xml
68+
dbAndCsvBatch/build/reports/jacoco/test/jacocoTestReport.xml
7769
7870
- name: Archive Test Reports
7971
if: always()

0 commit comments

Comments
 (0)