We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921f53a commit 9a2ffbeCopy full SHA for 9a2ffbe
.github/workflows/main.yml
@@ -24,7 +24,18 @@ jobs:
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- 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
33
34
# Codecov coverage reports
35
- name: Upload coverage reports to Codecov
36
uses: codecov/codecov-action@v3
37
+ if: ${{ matrix.ENABLE_CODE_COVERAGE }}
38
39
+ token: ${{ secrets.CODECOV_TOKEN }}
40
+ fail_ci_if_error: false
41
+ verbose: true
0 commit comments