Skip to content

Commit e685645

Browse files
authored
chore(luacov) disable the test coverage by default (#713)
1 parent 4d9be18 commit e685645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/init/busted

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
return {
22
default = {
33
verbose = true,
4-
coverage = true,
4+
coverage = false,
55
output = "gtest",
66
},
77
}

0 commit comments

Comments
 (0)