Skip to content

Commit

Permalink
Updated paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Nov 18, 2023
1 parent cc30814 commit 298ba6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# rewrite those to the local location in GHA
if [ -f .luacov ]; then
cp .luacov .luacov_backup
cat .luacov_backup | sed 's/\/kong-plugin\/luacov./luacov./' > .luacov
cat .luacov_backup | sed 's/\/kong-plugin-oasvalidator\/luacov./luacov./' > .luacov
fi
rm *.report.out
ls -la
Expand Down
6 changes: 3 additions & 3 deletions .luacov
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include = {
"%/kong%-plugin%/kong%/.+$",
"%/kong%-plugin%-oasvalidator%/kong%/.+$",
}

statsfile = "/kong-plugin/luacov.stats.out"
reportfile = "/kong-plugin/luacov.report.out"
statsfile = "/kong-plugin-oasvalidator/luacov.stats.out"
reportfile = "/kong-plugin-oasvalidator/luacov.report.out"
runreport = true

0 comments on commit 298ba6c

Please sign in to comment.