hubcio commented on code in PR #2623:
URL: https://github.com/apache/iggy/pull/2623#discussion_r2742930520
##########
.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:
@spetz can you comment on this? I think plenty of apache projects are using
codecov so there shouldn't be any problems. the question is how will it play
between Rust and java, because in future we want to see coverage for both. (2
langs, single repo)
--
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]