-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Feature : Add Net 8.0, update code to c#12, Fix decimal StdDev #756
Conversation
Fix coding standard misalignments Update build scripts
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #756 +/- ##
==========================================
+ Coverage 64.74% 65.01% +0.27%
==========================================
Files 226 226
Lines 11459 11045 -414
Branches 2334 2304 -30
==========================================
- Hits 7419 7181 -238
+ Misses 3083 2916 -167
+ Partials 957 948 -9 ☔ View full report in Codecov by Sentry. |
Less code meaning more impact on the code coverage. Chris is adding more tests to bring the project level back up. |
Going to add API surface tests before merging. That way we can see if any API surface has changed. |
@@ -12,10 +13,10 @@ | |||
|
|||
<ItemGroup> | |||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | |||
<PackageReference Include="xunit" Version="2.6.1" /> | |||
<PackageReference Include="xunit.runner.console" Version="2.6.1" /> | |||
<PackageReference Include="xunit" Version="$(XunitVersion)" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how dependabot will like this one.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fix coding standard misalignments
Update build scripts