We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7289c52 commit 4b9fda4Copy full SHA for 4b9fda4
1 file changed
.github/workflows/test.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Codecov for Python
99
if: matrix.make_target == 'fast-test'
100
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
101
with:
102
files: coverage.xml
103
flags: python
@@ -111,7 +111,7 @@ jobs:
111
coverage xml
112
113
- name: Codecov for Vim
114
115
116
117
flags: vimscript
0 commit comments