-
Notifications
You must be signed in to change notification settings - Fork 7
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(all): use atomic types #448
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## common_logger_flags #448 +/- ##
======================================================
Coverage ? 63.27%
======================================================
Files ? 131
Lines ? 17898
Branches ? 0
======================================================
Hits ? 11325
Misses ? 6007
Partials ? 566 ☔ View full report in Codecov by Sentry. |
2218a40
to
7efe407
Compare
What this PR does
Use new atomic types instead of old atomic functions to avoid misuse of variables.