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 f222b5a commit 516a21e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:

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

- run: cd lua && bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} -F Lua
- run: find ./lua -print | sort

- run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} -F Lua
if: ${{ matrix.version == '5.4' }}
2 changes: 1 addition & 1 deletion lua/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ test_%:

.PHONY: clean
clean:
@echo "No files to clean."
@echo

0 comments on commit 516a21e

Please sign in to comment.