-
Notifications
You must be signed in to change notification settings - Fork 5
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: fix analyzer warnings (2) #711
Conversation
Test Results 46 files ±0 46 suites ±0 21m 56s ⏱️ -20s Results for commit 0b912ba. ± Comparison against base commit d62ee8a. This pull request removes 47538 and adds 47535 tests. Note that renamed tests count towards both.
This pull request removes 2351 skipped tests and adds 2351 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
👽 Mutation ResultsTestably.Abstractions.TestingDetails
The final mutation score is 26.54%Coverage Thresholds: high:80 low:60 break:0Testably.Abstractions.AccessControlDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0Testably.Abstractions.CompressionDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0Testably.AbstractionsDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0 |
…toFixture.IFixture' to 'AutoFixture.Fixture' for improved performance
Use span-based 'string.Concat' and 'AsSpan' instead of 'Substring
… every serialization operation. Cache and reuse instances instead.
7ac3c1a
to
b65cf8b
Compare
Quality Gate passedIssues Measures |
Continuing to fix the analyzer warnings (see #711)
Continuing to fix the analyzer warnings (see #709):
Use span-based 'string.Concat' and 'AsSpan' instead of 'Substring