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

Introduce DispatcherProvider #1842

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Introduce DispatcherProvider #1842

merged 1 commit into from
Oct 25, 2024

Conversation

ozgur00
Copy link
Contributor

@ozgur00 ozgur00 commented Oct 18, 2024

Description

DispatcherProvider allows us to set the CoroutineDispatcher we're going to use hence it is now possible to use a custom dispatcher in our ui tests.

Checklist

  • PR is labelled
  • Changes are tested manually

@ozgur00 ozgur00 added the Chore [PRs only] Indicates any task that does not need to be mentioned in the public release notes label Oct 18, 2024
@ozgur00 ozgur00 marked this pull request as ready for review October 24, 2024 11:33
@ozgur00 ozgur00 requested a review from a team as a code owner October 24, 2024 11:33
@ozgur00 ozgur00 force-pushed the chore/dispatcher-provider branch from 9d6c44e to af3f4a3 Compare October 24, 2024 11:45
@ozgur00 ozgur00 force-pushed the chore/dispatcher-provider branch from af3f4a3 to b703418 Compare October 24, 2024 11:47
Copy link

✅ No public API changes

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
14.6% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@ozgur00 ozgur00 merged commit c45a6ee into develop Oct 25, 2024
8 of 9 checks passed
@ozgur00 ozgur00 deleted the chore/dispatcher-provider branch October 25, 2024 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chore [PRs only] Indicates any task that does not need to be mentioned in the public release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants