Skip to content

Commit

Permalink
fix: update pkg version and vitest config for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Jun 20, 2024
1 parent a895000 commit 053de69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@
"dependencies": {
"@expressots/core": "latest",
"inversify": "6.0.2",
"jsonwebtoken": "^9.0.2",
"jsonwebtoken": "9.0.2",
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"@codecov/vite-plugin": "0.0.1-beta.6",
"@codecov/vite-plugin": "^0.0.1-beta.5",
"@commitlint/cli": "18.0.0",
"@commitlint/config-conventional": "17.7.0",
"@release-it/conventional-changelog": "7.0.1",
"@types/jsonwebtoken": "^9.0.6",
"@types/jsonwebtoken": "9.0.6",
"@types/node": "20.4.9",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
Expand Down
9 changes: 1 addition & 8 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@ import tsconfigPaths from "vite-tsconfig-paths";
* @see {@link https://vitest.dev/config/}
*/
export default defineConfig({
plugins: [
tsconfigPaths(),
codecovVitePlugin({
enableBundleAnalysis: process.env.CODECOV_TOKEN !== undefined,
bundleName: "expresso-ts-jwt-coverage",
uploadToken: process.env.CODECOV_TOKEN,
}),
],
plugins: [tsconfigPaths()],
test: {
globals: true,
environment: "node",
Expand Down

0 comments on commit 053de69

Please sign in to comment.