Skip to content

Commit 65c744e

Browse files
committed
change coverage output directory
1 parent e345a85 commit 65c744e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules
22
dist
3-
build
3+
coverage

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = function karmaConfig (config) {
3838

3939
// Configure code coverage reporter
4040
coverageReporter: {
41-
dir: 'build/coverage/',
41+
dir: 'coverage/',
4242
reporters: [
4343
{type: 'text-summary'},
4444
{type: 'html'}

0 commit comments

Comments
 (0)