-
Notifications
You must be signed in to change notification settings - Fork 242
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
Setup test coverage with jacoco/codecov #6
Comments
Hey @nikhil-thakkar |
Are you able to generate code coverage with Git Actions? @cortinico @matthewcmckenna |
Not yet, this issue is up for grab 👍 |
I'm using https://github.com/vanniktech/gradle-android-junit-jacoco-plugin instead of https://github.com/autonomousapps/jacoco-android-gradle-plugin bcz the latter seems not updated. |
Tried adding
|
How is this related to this issue? You should probably ask on StackOverflow, Twitter or on Jacoco's issue tracker. |
I put this intentionally here just to understand the requirement of the issue. |
The best would be to have a coverage report for the |
Add support for code coverage
💡 Describe the solution you'd like
Ideally we could setup jacoco + codecov to have an automated test report after every push/pr.
🤚 Do you want to develop this feature yourself?
This feature is up for grab
The text was updated successfully, but these errors were encountered: