-
-
Notifications
You must be signed in to change notification settings - Fork 34
cleanup crate docs #458
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
cleanup crate docs #458
Conversation
Deploying scuffle-docusaurus-docs with
|
Latest commit: |
5041ea5
|
Status: | ✅ Deploy successful! |
Preview URL: | https://57738513.scuffle-docusaurus-docs.pages.dev |
Branch Preview URL: | https://pr-458.scuffle-docusaurus-docs.pages.dev |
🛫 Startup details 🛫Revision main not found locally. Fetching from origin...Checking out commit 69a08df into "target/semver-baseline" HEAD is now at 69a08df Auto merge of #456 - troy/patches, r=philipch07 📦 Processing crates 📦
Original semver output:
error: running cargo-doc on crate 'scuffle-h264' failed with output:Compiling scuffle-workspace-hack v0.1.0 error[E0432]: unresolved import error[E0432]: unresolved import error[E0432]: unresolved import For more information about this error, try error: failed to build rustdoc for crate scuffle-h264 v0.2.0
error: running cargo-doc on crate 'scuffle-h265' failed with output:Compiling scuffle-workspace-hack v0.1.0 error[E0432]: unresolved import error[E0432]: unresolved import error[E0432]: unresolved import error[E0432]: unresolved import error[E0432]: unresolved import error[E0432]: unresolved import error[E0432]: unresolved import error[E0432]: unresolved import error[E0432]: unresolved import error[E0432]: unresolved import For more information about this error, try error: failed to build rustdoc for crate scuffle-h265 v0.2.0
error: aborting due to failure to build rustdoc for crate scuffle-h264 v0.2.0 Semver-checks summary✅ No semver violations found! ✅🛬 Cleanup details 🛬Cleaning up git worktree at "target/semver-baseline" Successfully removed git worktree |
Deploying scuffle-docrs with
|
Latest commit: |
5041ea5
|
Status: | ✅ Deploy successful! |
Preview URL: | https://ad8780c3.scuffle-docrs.pages.dev |
Branch Preview URL: | https://pr-458.scuffle-docrs.pages.dev |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #458 +/- ##
==========================================
+ Coverage 78.95% 78.97% +0.01%
==========================================
Files 323 325 +2
Lines 24266 24306 +40
==========================================
+ Hits 19159 19195 +36
- Misses 5107 5111 +4
... and 1 file with indirect coverage changes
|
b3158d1
to
0d562c5
Compare
?brawl merge |
📌 Commit 0d562c5 has been approved and added to the merge queue. Requested by: @TroyKomodo Approved by: @philipch07 |
cleanup crate docs Adds a few cool tricks I found with crate docs Requested-by: TroyKomodo <49777269+TroyKomodo@users.noreply.github.com> Reviewed-by: philipch07 <59272129+philipch07@users.noreply.github.com>
💔 Test failed - brawl-done |
?brawl merge |
📌 Commit 37df758 has been approved and added to the merge queue. Requested by: @TroyKomodo Approved by: @philipch07 |
cleanup crate docs Adds a few cool tricks I found with crate docs Requested-by: TroyKomodo <49777269+TroyKomodo@users.noreply.github.com> Reviewed-by: philipch07 <59272129+philipch07@users.noreply.github.com>
💔 Test failed - brawl-done |
8fc4f64
to
5041ea5
Compare
?brawl merge |
📌 Commit 5041ea5 has been approved and added to the merge queue. Requested by: @TroyKomodo Approved by: @lennartkloock @philipch07 |
cleanup crate docs Adds a few cool tricks I found with crate docs Requested-by: TroyKomodo <49777269+TroyKomodo@users.noreply.github.com> Reviewed-by: lennartkloock <39778085+lennartkloock@users.noreply.github.com> Reviewed-by: philipch07 <59272129+philipch07@users.noreply.github.com>
💔 Test failed - brawl-done |
?brawl merge |
📌 Commit d3a7c0e has been approved and added to the merge queue. Requested by: @TroyKomodo Approved by: @lennartkloock @philipch07 |
🎉 Build successful! Approved by: @lennartkloock @philipch07 |
Adds a few cool tricks I found with crate docs