Apply suggestions from code review of branch webapp_unit_testing Co-authored-by: @beth_probert

This commit is contained in:
Antonio Anaya 2026-05-19 09:51:18 -06:00
parent 656afd30d2
commit bf6dcebc16
3 changed files with 8 additions and 2 deletions

View file

@ -39,7 +39,7 @@ export default defineConfig({
clean: true,
cleanOnStart: true,
// text gives output on STOUT and html creates an artifact
reporter: ["text", "html"],
reporter: ["text", "html", "cobertura"],
all: true,
// Files to include or exclude in coverage
include: ["src/**/*.vue", "src/**/*.js"],