-
Notifications
You must be signed in to change notification settings - Fork 124
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
Reenable codecov reports and PR comments #2593
Merged
Merged
Conversation
This file contains 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
…nto gino-m/patch/fix-codecov # Conflicts: # build.gradle
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2593 +/- ##
============================================
+ Coverage 54.67% 55.10% +0.43%
+ Complexity 1366 1312 -54
============================================
Files 332 317 -15
Lines 7274 7130 -144
Branches 901 886 -15
============================================
- Hits 3977 3929 -48
+ Misses 2848 2742 -106
- Partials 449 459 +10
Flags with carried forward coverage won't be shown. Click here to find out more. |
YAYAYAYAY! Thank you! |
sufyanAbbasi
approved these changes
Jul 30, 2024
scolsen
pushed a commit
to scolsen/ground-android
that referenced
this pull request
Aug 1, 2024
* Rename unit test target * Always generate code coverage report * Run tests against devDebug * Update path of report * Upgrade versioner version * Upgrade versioner plugin * Fix gitversioner path
scolsen
added a commit
that referenced
this pull request
Aug 1, 2024
* UI: Constrain task layouts to avoid overlap. Fixes #2516 by constraining our task container to the position of the action button dock. This ensures long multiple choice tasks aren't covered by the action buttons—the scroll region is limited to viewable area above the action button drawer. * UI: Fix date/time task tests The previous change (setting the task container layout to 0dp) causes espresso actions to fail in our tests on these views. Normally, android computes the height correctly given view constraints, but this doesn't appear to take place in our tests. For now, fix this by forcing the view to have a height of 1, so that the action may be performed. * addedd test cases (#2591) * Create codecov.yml * Update codecov.yml * Upgrade versioner plugin (#2595) * Upgrade versioner plugin * Fix gitversioner path * Reenable codecov reports and PR comments (#2593) * Rename unit test target * Always generate code coverage report * Run tests against devDebug * Update path of report * Upgrade versioner version * Upgrade versioner plugin * Fix gitversioner path * Add unit tests for AboutFragment (#2587) --------- Co-authored-by: Akshay Nandwana <[email protected]> Co-authored-by: Gino Miceli <[email protected]>
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.
Fixes #2592