For this release, @felixfontein made a series of pull requests with the changes listed below.
What's Changed
New action inputs were added (default is bold):
coverage
with the possible values ofalways
,never
, andauto
to allow controlling code coverage (#50)integration-continue-on-error
, booleantrue
, let'sansible-test
continue with other integration tests after encountering an error (#51)integration-diff
, booleantrue
, for showing the diff in integration tests (#51)integration-retry-on-error
, booleantrue
, instructsansible-test
to reattempt a failed integration test target instead of giving up immediately (#51)
Internal things
- Switched to using Python 3.8 instead of 3.6 as environment Python version (#54)
Full Diff: v1.12.0...v1.13.0