-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Add a warning message if docs_path not explicitly set #814
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #814 +/- ##
==========================================
+ Coverage 27.79% 37.22% +9.43%
==========================================
Files 27 27
Lines 3497 3500 +3
Branches 793 794 +1
==========================================
+ Hits 972 1303 +331
+ Misses 2454 2077 -377
- Partials 71 120 +49
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
LGTM. Thanks Li!
* Add a warning message if docs_path not explicitly set * update * Add how to suppress warning message * Fix tests errors * Fix tests errors * Fix tests errors
Why are these changes needed?
Address https://discord.com/channels/1153072414184452236/1153072414184452241/1179080685407973447
Related issue number
Checks