• template-package-skip-tests shows what happens when only the PACKAGE_NAME variable is set, but none of the variables or secrets needed for running Unit Tests are. This is how workflows will run for users who don't opt-in to the new automatic Unit Tests feature, which is likely to be most users.
    • The Build Release workflow will skip the test job because it is missing the necessary configuration, but will run the build job and make a release:
    • image
    • The Build Repo Listing workflow will be trigged to run and will succeed.
    • The VPM Badge will work because we had a successful release, but the Code Coverage badge will be broken because we did not generate a Code Coverage Report:
      • VPM Package Version
      • Code Coverage