ci: change codecov GHA version to v3 (#259)
change codecov GHA version to v3 Signed-off-by: gruebel <anton.gruebel@gmail.com>
This commit is contained in:
parent
1722848651
commit
a1c25e241b
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
behave tests/features/
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
flags: unittests # optional
|
||||
name: coverage # optional
|
||||
|
|
|
|||
Loading…
Reference in New Issue