File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments