diff --git a/.continue/checks/improve-test-coverage.md b/.continue/checks/improve-test-coverage.md new file mode 100644 index 000000000..7bdc0cf50 --- /dev/null +++ b/.continue/checks/improve-test-coverage.md @@ -0,0 +1,7 @@ +--- +name: Improve Test Coverage +--- + +Run tests for this repo with coverage reporting (e.g. for vitest, npx vitest run --coverage | head 50). Pick a file that is under-tested and add tests. + +Focus on unit, integration, and other backend-esque tests. Only test client components if many other components in the repo are tested. Don't add tests for test files or DB entities/models. \ No newline at end of file