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


##########
.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:
   Thanks for the note and will take a look at the existing code. In the 
meanwhile, I was wondering what's the policy for installing another tool to the 
repo and who will be managing it? We will have to link it to codecov so it can 
send the report as a comment. 
   
   In where I work we have a hover annotating each line for coverage, I don't 
know if this is a feature of Github Enterprise or not, looks very intuitive and 
want to have it here too.



-- 
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