Skip to content

Commit

Permalink
test: add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Jul 18, 2024
1 parent a031f2d commit 53f61ce
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
retention-days: 1

- name: unit-test
run: pnpm test:unit
run: pnpm test:unit --coverage

- name: ocis-server
run: |
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
node_modules
dist
coverage

# Editor directories and files
.vscode
.idea

/.pnpm-store/
docker-compose.override.yml
.env
.env
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@types/node": "^20.12.10",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/coverage-v8": "1.5.0",
"@vue/test-utils": "^2.4.6",
"axios": "^1.6.8",
"eslint": "^8.57.0",
Expand Down
96 changes: 96 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 53f61ce

Please sign in to comment.