Commit 6bd3f96f by Alexander Popov

github actions: upgrade to codecov-action@v2

parent bd7e2318
......@@ -97,11 +97,11 @@ jobs:
coverage xml -i -o coverage.xml
- name: Handle coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
file: ./coverage.xml
flags: functional_test
name: codecov-umbrella
fail_ci_if_error: true
verbose: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment