Skip to content

Commit

Permalink
chore: add c8
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Sep 19, 2022
1 parent 297cfc9 commit 4618611
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 4 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"release": "bumpp package.json packages/*/package.json --commit \"chore(release): %s\" --push --tag && pnpm -r publish --access public",
"stub": "pnpm -r --filter=./packages/* --parallel run stub",
"build": "pnpm -r --filter=./packages/* run build",
"test:coverage": "c8 pnpm test",
"test": "ts-node-esm bin/test.ts",
"test:sqlite": "cross-env DB=sqlite pnpm test",
"test:better_sqlite": "cross-env DB=better_sqlite pnpm test",
Expand All @@ -73,6 +74,7 @@
"@types/node": "^18.7.18",
"better-sqlite3": "^7.6.2",
"bumpp": "^8.2.1",
"c8": "^7.12.0",
"cross-env": "^7.0.3",
"eslint": "^8.23.1",
"knex": "^2.3.0",
Expand Down
147 changes: 143 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4618611

Please sign in to comment.