Skip to content

Commit

Permalink
remove leading slash
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Mar 23, 2023
1 parent 3d0e7b8 commit 29a3ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
docker-compose up --exit-code-from sut
docker cp mtt_sut_1:/var/lib/minetest/luacov.report.out .
sed -i 's#/root/.minetest/worlds/world/worldmods/test_mod/#/#g' luacov.report.out
sed -i 's#/root/.minetest/worlds/world/worldmods/test_mod/##g' luacov.report.out
- name: Coveralls
uses: coverallsapp/github-action@v1
with:
Expand Down

0 comments on commit 29a3ef9

Please sign in to comment.