-
Notifications
You must be signed in to change notification settings - Fork 6
Add --generate_subdirs option for doc mode
#213
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #213 +/- ##
==========================================
+ Coverage 97.98% 98.04% +0.05%
==========================================
Files 3 3
Lines 597 614 +17
Branches 77 77
==========================================
+ Hits 585 602 +17
Misses 5 5
Partials 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Indeed closing all plotters with an autouse fixture resolves this. be7a06e |
Co-authored-by: user27182 <[email protected]>
|
Ready for review. |
akaszynski
left a comment
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.
Good to go.
This feature was implemented as part of #211 for the unit tests. This PR adds this same feature to the doc mode tests.