fix ngx cvoerage path

This commit is contained in:
Rene Haas
2022-10-21 16:03:49 +02:00
parent 508699be13
commit 8df5849cf4
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ module.exports = defineConfig({
include,
coverage: {
reportsDirectory: './.coverage/unit',
// without this the setup file or the test files show up in the final coverage on the CI
exclude: [`**/${setupFileName}`, ...include],
},
},