-
Notifications
You must be signed in to change notification settings - Fork 5.9k
chore: add docs preview workflow #3958
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
✨ Coder.com for PR #3958 deployed! It will be updated on every commit.
|
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.
Wow! This is awesome! 🙌
This makes it 1000x easier to preview new doc changes. Thanks @BrunoQuaresma
Codecov Report
@@ Coverage Diff @@
## main #3958 +/- ##
==========================================
+ Coverage 62.60% 63.51% +0.90%
==========================================
Files 36 36
Lines 1872 1872
Branches 379 379
==========================================
+ Hits 1172 1189 +17
+ Misses 595 580 -15
+ Partials 105 103 -2
Continue to review full report at Codecov.
|
Totally unsure how this happened but won't complain 😄 |
LOL, me neither. My guess is the coverage is being calculated, including all the files. Maybe we can improve this one by excluding extensions unrelated to the app itsewlf, like |
Add a new workflow to generate docs preview. It is the same workflow used by Coder docs with some minor changes.