From 298ba6c78836b38345e57714c1c61ee509e2eb83 Mon Sep 17 00:00:00 2001 From: Muhammad Nawaz Date: Sat, 18 Nov 2023 17:20:04 +0500 Subject: [PATCH] Updated paths --- .github/workflows/test.yml | 2 +- .luacov | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f99912..34c8b01 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/.luacov b/.luacov index 07c19d8..bf2cb5c 100644 --- a/.luacov +++ b/.luacov @@ -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