build: excludes html files from test coverage report

This commit is contained in:
2026-01-18 17:59:59 -03:00
parent 0a56fc6be0
commit e125fb6e64

View File

@@ -86,7 +86,10 @@
} }
}, },
"test": { "test": {
"builder": "@angular/build:unit-test" "builder": "@angular/build:unit-test",
"options": {
"coverageExclude": ["**/*.html"]
}
} }
} }
} }