ex172000 commented on code in PR #2623:
URL: https://github.com/apache/iggy/pull/2623#discussion_r2743398654
##########
.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:
@mmodzelewski thanks for the context! Let me try to push another commit to
test out.
--
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]