github actions: upgrade to codecov-action@v2
authorAlexander Popov <alex.popov@linux.com>
Mon, 30 May 2022 22:43:25 +0000 (01:43 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 30 May 2022 22:54:45 +0000 (01:54 +0300)
.github/workflows/main.yml

index 70a0be583c1956bcf83335714b3ec842d9c9b754..628766e0baec42c15cf81fec2d11480449b23510 100644 (file)
@@ -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