Skip to content

Initialize channels in App::finish instead of Startup #488

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

Merged
merged 1 commit into from
May 21, 2025

Conversation

Shatur
Copy link
Contributor

@Shatur Shatur commented May 17, 2025

This allows users to access channels earlier if necessary. Requires adding a few finish calls in tests where they were previously missing.

Based on #487 to avoid getting into too much conflicts.

@Shatur Shatur requested a review from UkoeHB May 17, 2025 15:27
Copy link

codecov bot commented May 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.18%. Comparing base (e1586e2) to head (5eba736).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #488      +/-   ##
==========================================
+ Coverage   81.16%   81.18%   +0.01%     
==========================================
  Files          52       52              
  Lines        2989     2992       +3     
==========================================
+ Hits         2426     2429       +3     
  Misses        563      563              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Shatur Shatur force-pushed the channels-finish branch from b187ee1 to 9cac765 Compare May 21, 2025 21:05
@Shatur Shatur changed the base branch from states to master May 21, 2025 21:05
@Shatur Shatur enabled auto-merge (squash) May 21, 2025 21:05
This allows users to access channels earlier if necessary.
Requires adding a few `finish` calls in tests where they were
previously missing.
@Shatur Shatur force-pushed the channels-finish branch from 9cac765 to 5eba736 Compare May 21, 2025 21:33
@Shatur Shatur merged commit a109d3e into master May 21, 2025
8 checks passed
@Shatur Shatur deleted the channels-finish branch May 21, 2025 22:33
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