Skip to content

Make children credentials more flexible; fix CI check and allow test skipping

Compare
Choose a tag to compare
@cortadocodes cortadocodes released this 01 Feb 12:04
· 207 commits to main since this release
e99182c

Contents

Features

  • Allow skipping of CI tests if #skip_ci_tests is in the commit body - the use case is to reduce unnecessary computation when knowing the tests will fail for a commit but still wanting to commit.

Breaking changes

  • Require environment variable for children credentials (#67) - note this was accidentally merged into main just before this release branch rather than into this release branch

Minor fixes and improvements

  • Close #65 - ensure version consistency GitHub check doesn't fail on main (or any one-word) branch

Quality Checklist

  • New features are fully tested (No matter how much Coverage Karma you have)