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

Replace completion handlers with async/await. #407

Merged
merged 1 commit into from
Jan 5, 2023
Merged

Conversation

pixlwave
Copy link
Member

@pixlwave pixlwave commented Jan 5, 2023

Small follow up to #376 which keeps everything using async/await instead of completion handlers.

@github-actions
Copy link

github-actions bot commented Jan 5, 2023

Warnings
⚠️ Some of the commits are missing ticket numbers. Please consinder using them for better tracking.

Generated by 🚫 Danger Swift against f34b349

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@pixlwave pixlwave requested review from a team and stefanceriu and removed request for a team January 5, 2023 16:12
Copy link
Member

@stefanceriu stefanceriu left a comment

Choose a reason for hiding this comment

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

Oh niiice one! 🙌

@codecov
Copy link

codecov bot commented Jan 5, 2023

Codecov Report

Base: 42.56% // Head: 42.51% // Decreases project coverage by -0.04% ⚠️

Coverage data is based on head (f34b349) compared to base (530ae33).
Patch coverage: 76.74% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #407      +/-   ##
===========================================
- Coverage    42.56%   42.51%   -0.05%     
===========================================
  Files          248      248              
  Lines        14091    14091              
  Branches      8454     8464      +10     
===========================================
- Hits          5998     5991       -7     
- Misses        7872     7879       +7     
  Partials       221      221              
Flag Coverage Δ
unittests 19.11% <80.48%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
ElementX/Sources/Application/AppCoordinator.swift 46.93% <0.00%> (ø)
...Notification/Manager/MockNotificationManager.swift 0.00% <0.00%> (ø)
...ces/Notification/Manager/NotificationManager.swift 71.72% <84.61%> (-4.83%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pixlwave pixlwave merged commit e4d087a into develop Jan 5, 2023
@pixlwave pixlwave deleted the doug/async-tests branch January 5, 2023 16:43
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.

2 participants