// https://astro.build/config exportdefaultdefineConfig({ // other config settings integrations: [ // place this after all other integrations codecovAstroPlugin({ enableBundleAnalysis:true, bundleName:"example-astro-bundle", gitService:"github", }), ], });
Details for the Codecov Astro plugin.
Example
See
Options for list of options.