-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Auto docs testing #2721
base: test-documentation-branch
Are you sure you want to change the base?
Auto docs testing #2721
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (3)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Our Pull Request Approval ProcessThanks for contributing! Testing Your CodeRemember, your PRs won't be reviewed until these criteria are met:
Our policies make our code better. ReviewersDo not assign reviewers. Our Queue Monitors will review your PR and assign them.
Reviewing Your CodeYour reviewer(s) will have the following roles:
Other🎯 Please be considerate of our volunteers' time. Contacting the person who assigned the reviewers is not advised unless they ask for your input. Do not @ the person who did the assignment otherwise. |
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.
Reverted npm to yarn
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## test-documentation-branch #2721 +/- ##
==========================================================
Coverage 96.80% 96.80%
==========================================================
Files 189 189
Lines 9997 9997
==========================================================
Hits 9678 9678
Misses 319 319 ☔ View full report in Codecov by Sentry. |
Please work with @gautam-divyanshu and @tasneemkoushar to review and merge this PR |
|
||
# Calling HTML to MD conversion script | ||
echo "Running HTML to Markdown conversion..." | ||
.husky/scripts/convert_html_to_md.sh |
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.
The build will fail because you have converted the .html to .md, and you have deleted the .html and readme files, but still there are links present in the .md file related to those deleted files.
|
What kind of change does this PR introduce?
Documenting
Issue Number:
Fixes #2678
Did you add tests for your changes?
Snapshots/Videos:
If relevant, did you update the documentation?
Yes
Summary
Does this PR introduce a breaking change?
Added automated docs using husky pre-commit hook.
Checklist for Repository Standards
coderaabbitai
review suggestions?Other information
Have you read the contributing guide?
Yes