-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
chore: add csharpier and husky #343
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #343 +/- ##
==========================================
+ Coverage 91.71% 91.76% +0.04%
==========================================
Files 109 121 +12
Lines 3379 3715 +336
Branches 438 520 +82
==========================================
+ Hits 3099 3409 +310
- Misses 189 207 +18
- Partials 91 99 +8
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
src/Riok.Mapperly/Descriptors/MappingBodyBuilders/ObjectPropertyMappingBodyBuilder.cs
Outdated
Show resolved
Hide resolved
src/Riok.Mapperly/Descriptors/MappingBuilders/ImplicitCastMappingBuilder.cs
Show resolved
Hide resolved
To keep the impact of this PR as little as possible, we should wait with merging it until there are only a small number of PR's open. |
🎉 This PR is included in version 2.8.0-next.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Introduce csharpier and husky (to run csharpier automatically on commit) to enforce source code formatting.