Skip to content

Commit 5d558eb

Browse files
committed
CI update
1 parent 759ebe8 commit 5d558eb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ jobs:
6565
run: |
6666
eval "$(luarocks --lua-version=5.1 path --bin)"
6767
nvim --headless -u tests/minimal_init.lua -c "luafile tests/run_cov.lua"
68-
ls -l luacov.stats.out # debug: show file exists
69-
luacov -t LcovReporter > lcov.info # generates lcov.info
70-
ls -l lcov.info # debug: show file exists
68+
69+
luacov -r lcov > lcov.info
70+
sed -i 's|SF:.*/codex.nvim/codex.nvim/|SF:|g' lcov.info
71+
head -n 10 lcov.info # debug
7172
7273
- name: Upload code coverage
7374
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)