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.
2 parents a2d1509 + 9a8a456 commit 8f2f8feCopy full SHA for 8f2f8fe
.github/workflows/buildtest.yml
@@ -114,7 +114,7 @@ jobs:
114
covimerage write_coverage "${THEMIS_PROFILE}"
115
coverage xml
116
- name: Send coverage
117
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
118
with:
119
file: ./coverage.xml
120
env_vars: OS,VIMVER
@@ -230,7 +230,7 @@ jobs:
230
covimerage write_coverage ${Env:THEMIS_PROFILE}
231
232
233
234
235
236
0 commit comments