Skip to content
Compare
Choose a tag to compare
@webknjaz webknjaz released this 09 Mar 02:47
· 64 commits to main since this release
v1.13.0
ef8df30

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 of always, never, and auto to allow controlling code coverage (#50)
  • integration-continue-on-error, boolean true, let's ansible-test continue with other integration tests after encountering an error (#51)
  • integration-diff, boolean true, for showing the diff in integration tests (#51)
  • integration-retry-on-error, boolean true, instructs ansible-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