Skip to content

Commit

Permalink
Debug codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 9, 2024
1 parent 3059fbb commit f222b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:

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

- run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} -F Lua
- run: cd lua && bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} -F Lua
if: ${{ matrix.version == '5.4' }}

0 comments on commit f222b5a

Please sign in to comment.