Skip to content

Commit

Permalink
Debug luacov installation
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 9, 2024
1 parent 5eb8f04 commit 83fd52a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,10 @@ jobs:
brew install lua@${{ matrix.version }} luarocks
fi
- run: lua -v

- run: sudo luarocks install luacov
if: ${{ matrix.version == '5.4' }}

- run: make lu_test ${{ matrix.version == '5.4' && 'COV=true' || '' }}
- run: lua -v && make lu_test ${{ matrix.version == '5.4' && 'COV=true' || '' }}

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: Lua
- run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} -F Lua
if: ${{ matrix.version == '5.4' }}

0 comments on commit 83fd52a

Please sign in to comment.