Skip to content

v9.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 21:39
· 93 commits to refs/heads/main since this release
1c63254

What's Changed

  • MuDevOpsWrapper.yml: Bugfix bad value options @Javagedes (#279)
    Change Details
      the `values` config does not work as variables are not evaluated until the step runs, so what actually gets passed and verified against the `values` config ends up being the string `$(variable_name)`, which always fails as we were saying the value could only be "ado" or "codecov" or ""

    This PR updates all yaml files to no longer pass the environment variable as a parameter from MuDevOpsWrapper -> Jobs/PrGate -> Steps/PrGate -> UploadCodeCoverage and instead uses the environment variable directly in UploadCodeCoverage All aforementioned yaml files have been updated with documentation on how to generate code coverage.




Full Changelog: v9.0.0...v9.0.1