Skip to content

Commit 1044d9c

Browse files
committed
fix(workspace): code coverage folder
1 parent c81c0e1 commit 1044d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/elements/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function (config) {
1717
clearContext: false // leave Jasmine Spec Runner output visible in browser
1818
},
1919
coverageIstanbulReporter: {
20-
dir: require('path').join(__dirname, '../../coverage/elements-demo'),
20+
dir: require('path').join(__dirname, '../../coverage/elements'),
2121
reports: ['html', 'lcovonly', 'text-summary', 'json'],
2222
fixWebpackSourcePaths: true
2323
},

0 commit comments

Comments
 (0)