Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print coverage result after finish allDebugCoverage task #4

Closed
trietbui85 opened this issue Sep 2, 2021 · 1 comment
Closed

Print coverage result after finish allDebugCoverage task #4

trietbui85 opened this issue Sep 2, 2021 · 1 comment

Comments

@trietbui85
Copy link
Contributor

I notice in https://github.com/alisonthemonster/Presently/blob/develop/gradle/jacoco_ci.gradle , there is a quite interesting task printReport which will print coverage result. For example:

- instruction coverage rate is 28.23%
- line coverage rate is 25.36%
- method coverage rate is 39.28%
- class coverage rate is 35.46%

Would you mind to integrate it to your Jacoco script too?

@thsaravana
Copy link
Owner

I don't think this is required.
This repository is to act as a project for testing jacoco-report action. Adding this printReport will just print the coverage info in the workflow run logs, which I don't think is an add-on for this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants