Movatterモバイル変換


[0]ホーム

URL:


OIDC Configuration Example

For users withOpenID Connect (OIDC) enabled, setting theuploadToken is not necessary. You can use OIDC with theoidc configuration as following.

// vite.config.jsimport { defineConfig } from "vite";import { codecovVitePlugin } from "@codecov/vite-plugin";export default defineConfig({  plugins: [    // Put the Codecov vite plugin after all other plugins    codecovVitePlugin({      enableBundleAnalysis: true,      bundleName: "example-vite-bundle",      oidc: {        useGitHubOIDC: true,      },    }),  ],});

Updated 9 months ago



[8]ページ先頭

©2009-2025 Movatter.jp