linux-system-roles / firewall

Configure firewalld and system-config-firewall
https://linux-system-roles.github.io/firewall/
GNU General Public License v2.0
56 stars 31 forks source link

ci: use dump_packages.py callback to get packages used by role #188

Closed richm closed 9 months ago

richm commented 9 months ago

This adds the dump_packages.py callback which will dump the arguments to the package module (except for state: 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

codecov[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (acea3aa) 61.05% compared to head (eb222b8) 61.05%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #188 +/- ## ======================================= Coverage 61.05% 61.05% ======================================= Files 2 2 Lines 909 909 ======================================= Hits 555 555 Misses 354 354 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.