Skip to content

Commit

Permalink
tests(coverage): luacov includeuntestedfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
samugi authored and jschmid1 committed Jul 4, 2023
1 parent 99e33e3 commit 951a4ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .luacov
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
return {

includeuntestedfiles = {
"kong/",
},
runreport = true,

include = {
Expand All @@ -9,7 +12,7 @@ return {

exclude = {
"bazel%-bin/build",
"^spec/"
"^spec/",
}

}
1 change: 1 addition & 0 deletions t/pdk.luacov
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
runreport = true
includeuntestedfiles = true

modules = {
["kong.pdk.*"] = ".",
Expand Down

0 comments on commit 951a4ef

Please sign in to comment.