-
Notifications
You must be signed in to change notification settings - Fork 640
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
test(front-matter): inline test data #6465
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6465 +/- ##
==========================================
- Coverage 95.72% 95.69% -0.04%
==========================================
Files 575 575
Lines 43192 43192
Branches 6471 6475 +4
==========================================
- Hits 41344 41331 -13
- Misses 1815 1822 +7
- Partials 33 39 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Now the test cases look easier to follow to me. Thanks for the clean ups! LGTM
In preparation to investigate #6464
This PR removes test data abstractions and inlines them. This makes the code more verbose but makes the tests more readable and understandable.