@codecov/remix-vite-plugin

v1.2.0
Official Codecov Remix plugin
Codecov Remix bundler plugin

type-check

tsc --noEmit

build

unbuild

dev

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

clean

rm -rf dist node_modules

lint

eslint . --ext .ts,.tsx

lint:fix

pnpm lint --fix

format

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

format:check

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

test:unit

vitest run

test:unit:watch

vitest watch

test:unit:ci

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

test:unit:update

vitest -u run

generate:typedoc

typedoc --options ./typedoc.json
npm i @codecov/remix-vite-plugin

Metadata

  • MIT
  • >=18.0.0
  • Codecov
  • released 9/20/2024

Downloads