Skip to content

Commit

Permalink
Separated test and test with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jan 9, 2025
1 parent 08b94d8 commit bd4cfd3
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -152,7 +152,7 @@ jobs:
- name: "Test"
run: |
npm run test
npm run test-coverage
- name: "Upload coverage results"
uses: codecov/codecov-action@v5.1.2
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"lint": "run-p -c --aggregate-output lint:*",
"start": "vite",
"test": "vitest",
"test-coverage": "vitest run --coverage",
"test-accept": "vitest run --update"
},
"dependencies": {
Expand Down

0 comments on commit bd4cfd3

Please sign in to comment.