full coverage

This commit is contained in:
Rene Haas
2022-07-30 22:00:07 +02:00
parent 95678c8d75
commit f3556ad91b
13 changed files with 7491 additions and 1928 deletions
+4
View File
@@ -0,0 +1,4 @@
module.exports = {
tmpCoverageDirectory: './.coverage/.nycFull',
coverageDirectory: './.coverage/full',
};
+4
View File
@@ -0,0 +1,4 @@
module.exports = {
tmpCoverageDirectory: './.coverage/.nycPlaywright',
coverageDirectory: './.coverage/playwright',
};