export QUARTO_LUACOV=`pwd`/luacov.stats.out
rm -f luacov.stats.out
./run-tests.sh
cp luacov.stats.out ${QUARTO_LUACOV}-original
quarto run docs/luacov/fixup_coverage.ts ${QUARTO_LUACOV} > ${QUARTO_LUACOV}-fixed
mv ${QUARTO_LUACOV}-fixed ${QUARTO_LUACOV}
unset QUARTO_LUACOV
quarto render docs/luacov/report.qmd