Skip to content

Commit 4917d6b

Browse files
committed
indent
1 parent e0da2bc commit 4917d6b

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)