hubcio commented on code in PR #2623:
URL: https://github.com/apache/iggy/pull/2623#discussion_r2745734996


##########
.github/actions/java-gradle/pre-merge/action.yml:
##########
@@ -81,6 +81,37 @@ runs:
       run: |
         foreign/java/dev-support/checks/build.sh test
 
+    - name: Generate coverage report
+      if: inputs.task == 'test'
+      shell: bash
+      run: |
+        foreign/java/dev-support/checks/build.sh jacocoAggregatedReport

Review Comment:
   maybe you might want to unmark this PR as draft? not sure if codecov somehow 
checks it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to