testing admin routes
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 30s

This commit is contained in:
2025-11-28 17:53:27 -08:00
parent a7fe9e085b
commit d0ca6db7a4
5 changed files with 18 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ export default defineConfig({
coverage: {
provider: 'v8',
// We remove 'text' here. The final text report will be generated by `nyc` after merging.
reporter: ['verbose', 'html', 'json', 'tree'],
reporter: ['text', 'html', 'json', 'tree'],
// hanging-process reporter helps identify tests that do not exit properly - comes at a high cost tho
//reporter: ['verbose', 'html', 'json', 'hanging-process'],
reportsDirectory: './.coverage/unit',