Skip to content

Commit

Permalink
coverage fix II
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Apr 18, 2024
1 parent aac1290 commit c2b4362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ minetestserver --config /minetest.conf --world ${WORLDPATH}

# coverage filename replace
test "${INPUT_ENABLE_COVERAGE}" == "true" &&{
sed -i "s#${WORLDPATH}/worldmods/${INPUT_MODNAME}/#/#g" ${WORLDPATH}/lcov.info
sed -i "s#${WORLDPATH}/worldmods/${INPUT_MODNAME}/##g" ${WORLDPATH}/lcov.info
cp ${WORLDPATH}/lcov.info /github/workspace/
}

0 comments on commit c2b4362

Please sign in to comment.