mmodzelewski commented on code in PR #2623:
URL: https://github.com/apache/iggy/pull/2623#discussion_r2743375161
##########
.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:
@hubcio codecov supports monorepos, you can split the coverages by
components or labels, from what I've seen.
https://app.codecov.io/gh/apache/iggy Iggy is already in codecov, but the
repo is marked as deactivated, but I guess once we do the first upload it
should be activated.
@ex172000 I see that we've already got a `CODECOV_TOKEN` in the secrets so
we can try to push some results. If that does not work, I can update the token
(the current one might be already inactive)
Edit: I've now marked the repo as active in codecov
--
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]