-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Clean up the Test Double generator and runtime #5697
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
❌ We are unable to process any of the uploaded JUnit XML files. Please ensure your files are in the right format.
Additional details and impacted files@@ Coverage Diff @@
## main #5697 +/- ##
============================================
- Coverage 94.66% 94.50% -0.16%
+ Complexity 6733 6613 -120
============================================
Files 712 700 -12
Lines 20305 19778 -527
============================================
- Hits 19221 18692 -529
- Misses 1084 1086 +2 ☔ View full report in Codecov by Sentry. |
This was
linked to
issues
Feb 8, 2024
Closed
This was
unlinked from
issues
Feb 8, 2024
Closed
bdd79c1
to
6f86088
Compare
ade5999
to
7f8d20e
Compare
3425297
to
db6b3ab
Compare
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
feature/test-doubles
Test Stubs and Mock Objects
type/backward-compatibility
Something will be/is intentionally broken
type/refactoring
A refactoring that should be applied to make the code easier to understand and maintain
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This closes #5246, #5247, #5248, #5249, #5250, #5310, #5311, #5312, #5313, #5314, #5316, #5321, #5416, #5424, and #5536 as well as deletes now unused code and simplifies existing code.