update codecov gh action to v2
apparently v1 is deprecated now https://github.com/codecov/codecov-action#%EF%B8%8F--deprecration-of-v1 hopefully fixes #2435
This commit is contained in:
parent
91d7877420
commit
c194a18be7
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
coverage combine
|
||||
coverage xml
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
file: coverage.xml
|
||||
flags: unittests
|
||||
|
Loading…
x
Reference in New Issue
Block a user