We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb6be3 commit 24b2c4fCopy full SHA for 24b2c4f
.github/workflows/build.yml
@@ -53,12 +53,12 @@ jobs:
53
- name: Build skeletonBatch
54
run: |
55
cd skeletonBatch
56
- ../gradlew clean generateJooq build jacocoTestReport --info --stacktrace
+ ../gradlew
57
58
- name: Build dbAndCsvBatch
59
60
cd dbAndCsvBatch
61
62
63
- name: Upload coverage to Codecov for skeletonBatch
64
uses: codecov/codecov-action@v4
0 commit comments