Closed eguzki closed 2 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 61.78%. Comparing base (
012ee63
) to head (a3ab60a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What
Generates log line with traceable version for custom builds as well as relese builds. Consistent with other kuadrant components.
For releases, the VERSION attributes provides high level overview of the release number. Useful to determine included features. The COMMIT attribute provides git reference. Useful for engineering reporting.
Verification Steps
make install
make run
You should see a log line like above
PS: Where is the "make local-setup" so useful and available in all kuadrant operators?