Closed richm closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
8dbc9b4
) 13.30% compared to head (00eb3b8
) 13.30%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The old ansible-community ansible-lint is deprecated. There is a new ansible-lint github action.
The latest Ansible repo gating tests run ansible-lint against the collection format instead of against individual roles. We have to convert the role to collection format before running ansible-test.
This also requires tox-lsr 3.2.1 - bump other actions to use 3.2.1
Role developers can run this locally using
tox -e collection,ansible-lint-collection
See https://github.com/linux-system-roles/tox-lsr/pull/125Signed-off-by: Rich Megginson rmeggins@redhat.com