From 7e62d9d16b2f981e2eeb90f5f6e71790090f0e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 03:07:06 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2.1.0 to 3.0.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/prove.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prove.yml b/.github/workflows/prove.yml index 2cd46d9ca..9c128c639 100644 --- a/.github/workflows/prove.yml +++ b/.github/workflows/prove.yml @@ -37,7 +37,7 @@ jobs: prove -j2 --exec 'perl -MDevel::Cover=-silent,1 -I FHEM ' -I FHEM -r -v t/SD_Protoco* - name: Create clover report run: cover -report clover - - uses: codecov/codecov-action@v2.1.0 + - uses: codecov/codecov-action@v3.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cover_db/clover.xml @@ -55,7 +55,7 @@ jobs: - name: Create clover report working-directory: /opt/fhem/ run: cover -report clover - - uses: codecov/codecov-action@v2.1.0 + - uses: codecov/codecov-action@v3.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: /opt/fhem/cover_db/clover.xml