mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Merge pull request #93 from jillr/sanity_fixes
Fix sanity test failures Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
commit
402ec20076
2 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ plugins/module_utils/firewalld.py metaclass-boilerplate
|
||||||
plugins/module_utils/mount.py future-import-boilerplate
|
plugins/module_utils/mount.py future-import-boilerplate
|
||||||
plugins/module_utils/mount.py metaclass-boilerplate
|
plugins/module_utils/mount.py metaclass-boilerplate
|
||||||
plugins/modules/acl.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/acl.py validate-modules:parameter-type-not-in-doc
|
||||||
plugins/modules/patch.py pylint:blacklisted-name
|
|
||||||
plugins/modules/synchronize.py pylint:blacklisted-name
|
plugins/modules/synchronize.py pylint:blacklisted-name
|
||||||
plugins/modules/synchronize.py use-argspec-type-path
|
plugins/modules/synchronize.py use-argspec-type-path
|
||||||
plugins/modules/synchronize.py validate-modules:doc-default-does-not-match-spec
|
plugins/modules/synchronize.py validate-modules:doc-default-does-not-match-spec
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,7 @@ function cleanup
|
||||||
ansible-test coverage xml --color --requirements --group-by command --group-by version ${stub:+"$stub"}
|
ansible-test coverage xml --color --requirements --group-by command --group-by version ${stub:+"$stub"}
|
||||||
cp -a tests/output/reports/coverage=*.xml "$SHIPPABLE_RESULT_DIR/codecoverage/"
|
cp -a tests/output/reports/coverage=*.xml "$SHIPPABLE_RESULT_DIR/codecoverage/"
|
||||||
|
|
||||||
if ! [[ "${x}" =~ "2.9" ]]; then
|
if ! [[ "${ansible_version}" =~ 2.9 ]]; then
|
||||||
# analyze and capture code coverage aggregated by integration test target
|
# analyze and capture code coverage aggregated by integration test target
|
||||||
ansible-test coverage analyze targets generate -v "$SHIPPABLE_RESULT_DIR/testresults/coverage-analyze-targets.json"
|
ansible-test coverage analyze targets generate -v "$SHIPPABLE_RESULT_DIR/testresults/coverage-analyze-targets.json"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue