File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,17 +89,17 @@ jobs:
8989 luarocks list | grep luacov || echo "luacov not installed?"
9090 luacov -t LcovReporter > lcov.info 2> lcov.stderr.log || echo "luacov failed"
9191
92- echo "Output file?"
93- ls -l lcov.info || echo "lcov.info not generated"
94-
95- echo "stderr from luacov:"
96- cat lcov.stderr.log
97- - name : Upload code coverage
98- uses : codecov/codecov-action@v4
99- with :
100- files : lcov.info # <-- new file
101- disable_search : true
102- token : ${{ secrets.CODECOV_TOKEN }}
92+ echo "Output file?"
93+ ls -l lcov.info || echo "lcov.info not generated"
94+
95+ echo "stderr from luacov:"
96+ cat lcov.stderr.log
97+ - name: Upload code coverage
98+ uses: codecov/codecov-action@v4
99+ with:
100+ files: lcov.info # <-- new file
101+ disable_search: true
102+ token: ${{ secrets.CODECOV_TOKEN }}
103103
104104 release :
105105 name : Semantic Release
You can’t perform that action at this time.
0 commit comments