Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 17:02
· 49 commits to main since this release
518f350

Major Changes

  • 4b311c0: Release 1.0.0 of the plugins. You can read more about the plugins and bundle analysis in our docs.

    The plugins currently support the following frameworks and meta-frameworks:

    The plugins have the following functionality:

    • Automatically collect and upload bundle stats data to Codecov
    • Tokenless uploads of bundle stats for forked upstream pull requests - Docs
    • GH OIDC authentication for users or organizations who have configured it with GitHub - Docs
    • Support for Codecov Enterprise and self hosted users

Minor Changes

  • be89828: Update nuxt and related dependencies
  • ec6b13a: Remove requirement for uploadToken being present adding support for tokenless uploads.
  • f290775: Add in new package for nextjs webpack
  • 80dc4ee: Add the ability for users to use GH OIDC instead of explicit upload tokens
  • f290775: Add in new extendable types from the plugin core so that we can further customize them in the plugins

Patch Changes