From: Alexander Popov Date: Mon, 30 May 2022 22:43:25 +0000 (+0300) Subject: github actions: upgrade to codecov-action@v2 X-Git-Tag: v0.6.1~151 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=6bd3f96f666c08747c5421ea443a34b2dbfbfd28;p=kconfig-hardened-check.git github actions: upgrade to codecov-action@v2 --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70a0be5..628766e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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