@codecov/sveltekit-plugin

v0.0.1-beta.12
Official Codecov SvelteKit plugin
Codecov SvelteKit bundler plugin

dev

unbuild --stub && node --watch-path=src dist/index.mjs

lint

eslint . --ext .ts,.tsx

build

unbuild

clean

rm -rf dist node_modules

format

prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --write

lint:fix

pnpm lint --fix

test:unit

vitest run

type-check

tsc --noEmit

format:check

prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --check

test:unit:ci

vitest --coverage --reporter=junit --outputFile=./bundler-plugin-core.junit.xml run

test:unit:watch

vitest watch

generate:typedoc

typedoc --options ./typedoc.json

test:unit:update

vitest -u run
npm i @codecov/[email protected]

Metadata

  • MIT
  • >=18.0.0
  • Codecov
  • released 7/31/2024

Downloads