Skip to content

Commit

Permalink
chore: fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Nov 7, 2022
1 parent 24fda93 commit 9cf8b93
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
run: pnpm build

- name: Test
run: pnpm test --coverage
run: pnpm run test --coverage

- uses: codecov/codecov-action@v3
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@types/node": "^18.7.23",
"@vitest/coverage-c8": "^0.25.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-unused-imports": "^2.0.0",
Expand Down
73 changes: 73 additions & 0 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 9cf8b93

Please sign in to comment.