We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070a297 commit c1f8e2aCopy full SHA for c1f8e2a
examples/tokenless/vite.config.ts
@@ -17,6 +17,7 @@ export default defineConfig({
17
codecovVitePlugin({
18
enableBundleAnalysis: true,
19
bundleName: "@codecov/example-tokenless-app",
20
+ uploadToken: process.env.TOKENLESS_UPLOAD_TOKEN,
21
apiUrl: process.env.TOKENLESS_API_URL,
22
gitService: "github",
23
debug: true,
0 commit comments