Commit 6bd3f96f by Alexander Popov

github actions: upgrade to codecov-action@v2

parent bd7e2318
...@@ -97,11 +97,11 @@ jobs: ...@@ -97,11 +97,11 @@ jobs:
coverage xml -i -o coverage.xml coverage xml -i -o coverage.xml
- name: Handle coverage - name: Handle coverage
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v2
with: with:
file: ./coverage.xml file: ./coverage.xml
flags: functional_test flags: functional_test
name: codecov-umbrella name: codecov-umbrella
fail_ci_if_error: true 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