--luacov
option doesn't produce luacov.stats.out
for any kind of tests
#419
Labels
bug
Something isn't working
Steps to reproduce:
.luacov
to vshard's root directory:tmp
dir invshard
. Go tovshard/test
and run:All tap tests fail with error:
The majority of all other tests passes without errors.
tmp
directory is empty after all tests end, no coverage result.Details
luacov
was installed with:Checked
./var
,/tmp
dirs. Globalfind -name ...
, coverage results are not in another directory,.luacov
is properly read.test-run
adds-l luacov
totarantool
executable in order to produce coverage results, for some reason this doesn't work.test-run
doesn't use--coverage
option of luatest.Workarounds:
--coverage
option. This properly produces luacov results for luatest tests:test-run
test-run
. No coverage for them at all(The text was updated successfully, but these errors were encountered: