-
-
Notifications
You must be signed in to change notification settings - Fork 89
Provide more information when validating configs and manifests #1182
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❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1182 +/- ##
==========================================
+ Coverage 89.70% 89.75% +0.04%
==========================================
Files 77 78 +1
Lines 14599 14767 +168
==========================================
+ Hits 13096 13254 +158
- Misses 1503 1513 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
📦 Cargo Bloat ComparisonBinary size change: +1.83% (16.4 MiB → 16.7 MiB) Expand for cargo-bloat outputHead Branch ResultsBase Branch Results |
|
There’s one snapshot causing a test failure ICYMI, you should be able to fix with cargo insta test --accept unexpected_keys_warning |
|
Thanks! I removed the per‑file success message since it was a bit redundant, and I switched the output to the printer so the message can be suppressed with |
I thought it quite was hard to tell what
validate-configandvalidate-manifestwere doing.This just provides a bit more information about successes and when the command does nothing (empty paths).