-
Notifications
You must be signed in to change notification settings - Fork 9
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
Beta message renderer build (DO NOT MERGE) #278
Conversation
Hey, there @BernardGatt 👋🤖. I'm a bot here to help you. I think the title of this pull request is not in the correct format. Follow the instructions below and then edit the pull request title to a valid format. I'll check again after you make an edit 👍. This project uses a special format for pull requests titles. Expand this section to learn more (expand by clicking the ᐅ symbol on the left side of this sentence)...This project uses a special format for pull requests titles. Don't worry, it's easy! This pull request title should be in this format:
If your pull request introduces breaking changes to the code, use this format:
where
Examples:
Need more examples? Want to learn more about this format? Check out the official docs. Note: If your pull request does multiple things such as adding a feature and makes changes to the CI server and fixes some bugs then you might want to consider splitting this pull request up into multiple smaller pull requests. |
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #278 +/- ##
============================================
- Coverage 53.59% 53.57% -0.02%
Complexity 278 278
============================================
Files 109 109
Lines 2812 2813 +1
Branches 352 352
============================================
Hits 1507 1507
- Misses 1183 1184 +1
Partials 122 122 ☔ View full report in Codecov by Sentry. |
Build available to test |
* main: chore: prepare for 3.8.1 fix: fixes a thread safety issue with currentMessage being out of sync (#279)
Created this PR to have a test env for the beta message renderer.