Skip to content

Commit e2e89a2

Browse files
committed
Update codecov v2
1 parent 760b67f commit e2e89a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
covimerage write_coverage "${THEMIS_PROFILE}"
8989
coverage xml
9090
- name: Send coverage
91-
uses: codecov/codecov-action@v1
91+
uses: codecov/codecov-action@v2
9292
with:
9393
file: ./coverage.xml
9494
env_vars: OS,VIMVER
@@ -186,7 +186,7 @@ jobs:
186186
covimerage write_coverage ${Env:THEMIS_PROFILE}
187187
coverage xml
188188
- name: Send coverage
189-
uses: codecov/codecov-action@v1
189+
uses: codecov/codecov-action@v2
190190
with:
191191
file: ./coverage.xml
192192
env_vars: OS,VIMVER

0 commit comments

Comments
 (0)