We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ef08c commit fe67fc3Copy full SHA for fe67fc3
1 file changed
.github/workflows/build.yml
@@ -60,20 +60,12 @@ jobs:
60
cd dbAndCsvBatch
61
../gradlew
62
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
70
71
- files: dbAndCsvBatch/build/reports/jacoco/test/jacocoTestReport.xml
72
73
- name: Upload coverage to Codecov
74
uses: codecov/codecov-action@v4
75
with:
76
- files: ./*/build/reports/jacoco/test/jacocoTestReport.xml
+ files: |
+ skeletonBatch/build/reports/jacoco/test/jacocoTestReport.xml
+ dbAndCsvBatch/build/reports/jacoco/test/jacocoTestReport.xml
77
78
- name: Archive Test Reports
79
if: always()
0 commit comments