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

Added AboutFragment test cases #2587

Merged

Conversation

anandwana001
Copy link
Collaborator

Fixes #2586

Part 1 of the AboutFragment Test coverage

@shobhitagarwal1612 @sufyanAbbasi PTAL?

Screenshot 2024-07-29 at 4 52 43 PM

@shobhitagarwal1612
Copy link
Member

/gcbrun

@shobhitagarwal1612 shobhitagarwal1612 merged commit cb73c59 into google:master Jul 31, 2024
2 checks passed
scolsen pushed a commit to scolsen/ground-android that referenced this pull request Aug 1, 2024
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Code health] AboutFragment Test Cases
2 participants