Skip to content

Commit 9a2ffbe

Browse files
authored
Update main.yml
1 parent 921f53a commit 9a2ffbe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,18 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v3
27+
28+
- name: Setup neovim
29+
id: nvim
30+
uses: rhysd/action-setup-vim@v1.2.13
31+
with:
32+
neovim: true
2733

2834
# Codecov coverage reports
2935
- name: Upload coverage reports to Codecov
3036
uses: codecov/codecov-action@v3
37+
if: ${{ matrix.ENABLE_CODE_COVERAGE }}
38+
with:
39+
token: ${{ secrets.CODECOV_TOKEN }}
40+
fail_ci_if_error: false
41+
verbose: true

0 commit comments

Comments
 (0)