-
Notifications
You must be signed in to change notification settings - Fork 19
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
♻️ migrate to TUnit #167
♻️ migrate to TUnit #167
Conversation
22751c8
to
b2c1b8e
Compare
dd95782
to
d0d7c8f
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #167 +/- ##
==========================================
+ Coverage 69.65% 73.09% +3.44%
==========================================
Files 161 174 +13
Lines 6702 7234 +532
Branches 775 760 -15
==========================================
+ Hits 4668 5288 +620
+ Misses 1689 1645 -44
+ Partials 345 301 -44 ☔ View full report in Codecov by Sentry. |
Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.
What does this change do?
ApplySchemaAsync
functionWhat is your testing strategy?
Tested locally via the .NET CLI
Is this related to any issues?
N/A
Have you read the Contributing Guidelines?