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

Refactor GitHub Action for Emulator Runner Job Redundancy #3616

Merged
merged 4 commits into from
Dec 22, 2023
Merged

Conversation

gouri-panda
Copy link
Collaborator

Fixes #3615

Description
This pull request addresses the redundancy in the GitHub Actions workflow for creating instrumentation coverage with the Android Emulator Runner. The current workflow contains duplicated code, and this PR refactors it into a single job definition with conditional parameter assignments based on the value of matrix.api-level.

Copy link

codecov bot commented Dec 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2a0d98d) 48.95% compared to head (394e72b) 48.74%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3616      +/-   ##
============================================
- Coverage     48.95%   48.74%   -0.22%     
  Complexity     1090     1090              
============================================
  Files           285      285              
  Lines         10556    10556              
  Branches       1413     1413              
============================================
- Hits           5168     5145      -23     
- Misses         4553     4571      +18     
- Partials        835      840       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@MohitMaliFtechiz MohitMaliFtechiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gouri-panda Thanks for the PR, just need a small change, and then we are good to merge.

Copy link
Collaborator

@MohitMaliFtechiz MohitMaliFtechiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gouri-panda Thanks LGTM, once CI paas we can merge.

Copy link
Collaborator

@kelson42 kelson42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is incorrect

@gouri-panda
Copy link
Collaborator Author

@kelson42 Thanks!

Copy link
Collaborator

@MohitMaliFtechiz MohitMaliFtechiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gouri-panda Thanks.

@kelson42 kelson42 merged commit fa3e2d1 into main Dec 22, 2023
9 checks passed
@kelson42 kelson42 deleted the Fixes-#3615 branch December 22, 2023 07:29
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.

Refactor GitHub Action for Emulator Runner Job Redundancy
3 participants