-
Notifications
You must be signed in to change notification settings - Fork 376
chore: adding test coverage #2381
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
Conversation
| branches: "**" | ||
|
|
||
| env: | ||
| DIFF_COVERAGE_THRESHOLD: '80' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is % coverage
| @@ -0,0 +1,30 @@ | |||
| runs: | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you use in this in more than 1 place?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i will eventually use it in the create PR flow as well as we are doing the same thing there.
Description
One Line Summary
Adding Jacoco test coverage to the Android SDK repo
Details
Motivation
We want to begin improving our test coverage for all the newly added code. This will help in reducing regression issues.
Scope
Internal only.
Testing
Unit testing
NA
Manual testing
NA
Affected code checklist
Checklist
Overview
Testing
Final pass
This change is