Details for the Codecov Nuxt module.

// nuxt.config.ts
import { defineNuxtConfig } from "nuxt/config";

export default defineNuxtConfig({
devtools: { enabled: true },
w
builder: "vite",
// Ensure that the plugin is added to the modules array
modules: [
[
"@codecov/nuxt-plugin",
{
enableBundleAnalysis: true,
bundleName: "nuxt-bundle-analysis",
gitService: "github",
},
],
],
});

Options for list of options.