From bd2a73b425ecc1952d242efa6727a0a54e2ea414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 01:19:56 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1 to 2.0.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.0.2. - [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/v1...v2.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 104f4abc54..60b5044b80 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: env: XDEBUG_MODE: coverage - name: Report coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.0.2 if: ${{ always() && matrix.nextcloud-versions == 'master' }} with: file: ./nextcloud/apps/mail/tests/clover.unit.xml @@ -138,7 +138,7 @@ jobs: if: ${{ always() }} run: cat nextcloud/data/horde_*.log - name: Report coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.0.2 if: ${{ always() && matrix.db == 'mysql' }} with: file: ./nextcloud/apps/mail/tests/clover.integration.xml