Skip to content

Commit

Permalink
coverage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Apr 18, 2024
1 parent f41cde4 commit aac1290
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 @@ -13,6 +13,6 @@ jobs:
- name: test
run: |
docker-compose up --exit-code-from sut
sudo sed -i 's#/root/.minetest/worlds/world/worldmods/mtt/#/#g' coverage/lcov.info
sudo sed -i 's#/root/.minetest/worlds/world/worldmods/mtt/##g' coverage/lcov.info
- name: Coveralls
uses: coverallsapp/github-action@v1

0 comments on commit aac1290

Please sign in to comment.