-
Notifications
You must be signed in to change notification settings - Fork 780
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
feat(gator): print object name on test output #3018
feat(gator): print object name on test output #3018
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Duologic <jeroen@simplistic.be>
368ec65
to
2474d56
Compare
Thanks for the PR! |
Signed-off-by: Duologic <jeroen@simplistic.be>
Fixed the unit test. |
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
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3018 +/- ##
==========================================
- Coverage 52.55% 52.47% -0.08%
==========================================
Files 134 134
Lines 11901 11937 +36
==========================================
+ Hits 6254 6264 +10
- Misses 5155 5181 +26
Partials 492 492
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 for the PR @Duologic! 🎉
Signed-off-by: Duologic <jeroen@simplistic.be>
What this PR does / why we need it:
When running
gator test -f="directory/"
, it doesn't tell which file is violating the constraint. This may be fine for a small set of manifests but becomes annoying when validating large sets.Special notes for your reviewer:
This is my first contribution here. The attempt I'm making aims to have a small footprint but that may be the completely wrong approach for this.