We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759ebe8 commit 5d558ebCopy full SHA for 5d558eb
1 file changed
.github/workflows/ci.yml
@@ -65,9 +65,10 @@ jobs:
65
run: |
66
eval "$(luarocks --lua-version=5.1 path --bin)"
67
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
+
+ luacov -r lcov > lcov.info
+ sed -i 's|SF:.*/codex.nvim/codex.nvim/|SF:|g' lcov.info
71
+ head -n 10 lcov.info # debug
72
73
- name: Upload code coverage
74
uses: codecov/codecov-action@v4
0 commit comments