Skip to content

v7.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 23:21
· 114 commits to refs/heads/main since this release

What's Changed

🚀 Features & ✨ Enhancements

  • Steps/UploadCodeCoverage.yml: Remove dependency and conditionalize [Rebase \& FF] @makubacki (#274)
    Change Details
      Contains two changes related to uploading code coverage:
    1. Remove edk2toollib dependency

      Some repos (like pure Rust repos) are expected not to depend on
      pytools. Since the codecov application can simply be run without
      RunCmd(), do that and prevent the need for those repos to depend
      on edk2toollib or unnecessary logic in the pipelines to bring it in.

    2. Conditionalize coverage upload steps on codecov token presence

      Some repos may not upload to codecov for various reasons. Those repos
      won't set the code coverage token so conditionalize the upload steps
      on the token.


    Will unblock microsoft/mu_rust_hid#12




Full Changelog: v7.2.0...v7.3.0