Skip to content

Commit

Permalink
switch coverage provider to instanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienZ committed Sep 25, 2024
1 parent 1a5bfa5 commit ec31295
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 28 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "vitest run",
"test:types": "tsc --noEmit",
"test:bun": "bun test ./tests/bun-sqlite.test.bun",
"test:ci": "pnpm test -- --coverage --reporter=default --reporter=junit --outputFile=./junit.xml && pnpm test:bun",
"test:ci": "pnpm test -- --coverage --coverage.provider istanbul --reporter=default --reporter=junit --outputFile=./junit.xml && pnpm test:bun",
"lint": "biome lint",
"format": "biome format --write",
"release": "npm run test:types && npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags"
Expand All @@ -39,8 +39,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@cloudflare/vitest-pool-workers": "^0.5.8",
"@cloudflare/workers-types": "^4.20240919.0",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/coverage-istanbul": "^2.1.1",
"db0": "^0.1.4",
"pkg-pr-new": "^0.0.24",
"tsup": "^8.2.4",
Expand Down
Loading

0 comments on commit ec31295

Please sign in to comment.