Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Nov 18, 2023
1 parent e63d2a6 commit 71c8623
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,9 @@ jobs:
cp .luacov .luacov_backup
cat .luacov_backup | sed 's/\/kong-plugin\/luacov./luacov./' > .luacov
fi
echo "No .luacov file found"
fi
echo "Uploading luacov to coveralls.io"
luacov-coveralls
#luacov-coveralls --output coveralls.out
#luacov-coveralls
luacov-coveralls --output coveralls.out
# undo the hack
if [ -f .luacov_backup ]; then
mv .luacov_backup .luacov
Expand Down

0 comments on commit 71c8623

Please sign in to comment.