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 15, 2025
1 parent 009d0a6 commit c8ec4a3
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -81,7 +81,7 @@ jobs:
- name: "Run tests"
run: |
npm run test:backend
npm run test-coverage:backend
- name: "Upload coverage results"
uses: codecov/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"start": "vite --config frontend.vite.config.ts",
"test:backend": "vitest --config backend.vite.config.ts",
"test:frontend": "nyc --reporter=lcov playwright test",
"test": "run-p -c test:*",
"test-coverage:backend": "vitest run --coverage --config backend.vite.config.ts",
"playwright-interactive": "playwright test --ui"
}
}

0 comments on commit c8ec4a3

Please sign in to comment.