Skip to content

Commit

Permalink
fix(ci): update myplugin test file name
Browse files Browse the repository at this point in the history
  • Loading branch information
samugi authored and kikito committed Dec 13, 2024
1 parent 4f874db commit c9d6127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/ci/pongo_luacov.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function run_test {
[ -f ./luacov.stats.out ] && rm ./luacov.stats.out
[ -f ./luacov.report.out ] && rm ./luacov.report.out

pongo run --no-cassandra -- --coverage ./spec/myplugin/01-unit_spec.lua
pongo run --no-cassandra -- --coverage ./spec/myplugin/02-unit_spec.lua
if [ ! -f ./luacov.stats.out ]; then
tfailure "expected file ./luacov.stats.out not found"
else
Expand Down

0 comments on commit c9d6127

Please sign in to comment.