Merged
Conversation
added 2 commits
October 13, 2025 13:08
abdulraqeeb33
commented
Oct 30, 2025
| branches: "**" | ||
|
|
||
| env: | ||
| DIFF_COVERAGE_THRESHOLD: '80' |
Contributor
Author
There was a problem hiding this comment.
this is % coverage
fadi-george
reviewed
Nov 10, 2025
| @@ -0,0 +1,30 @@ | |||
| runs: | |||
Contributor
There was a problem hiding this comment.
do you use in this in more than 1 place?
Contributor
Author
There was a problem hiding this comment.
i will eventually use it in the create PR flow as well as we are doing the same thing there.
fadi-george
approved these changes
Nov 10, 2025
jinliu9508
pushed a commit
that referenced
this pull request
Jan 6, 2026
* adding test coverage * jacoco and diff * using custom diff * coverage with checkout * diff cover in one workflow --------- Co-authored-by: AR Abdul Azeez <abdul@onesignal.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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