-
Notifications
You must be signed in to change notification settings - Fork 18
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
test: demonstrate that 'pepr build' outputs comparable config-derived values #1688
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1688 +/- ##
=======================================
Coverage 79.71% 79.71%
=======================================
Files 50 50
Lines 2115 2115
Branches 429 429
=======================================
Hits 1686 1686
Misses 427 427
Partials 2 2 |
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.
Tests are good, implementation details around the tests are for a different conversation once the team norms around testing practices.
Description
Automatically validtes that pepr-native output resource manifest and helm charted manifest contain comparable config-derived values.
Related Issue
Fixes #1640
Type of change
Checklist before merging