Closed richm closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
ffc36d4
) 13.67% compared to head (265ecfe
) 13.67%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This adds the dump_packages.py callback which will dump the arguments to the
package
module (except forstate: absent
) to the integration test run logs. The output looks like this:lsrpackages: pkg-a pkg-b ...
We will have tooling which will scrape the logs to extract the packages used at runtime and testing for all of the supported combinations of distribution and version.This also ensures the weekly-ci PR git commit message conforms to commitlint.
Signed-off-by: Rich Megginson rmeggins@redhat.com