Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-26 04:13:11 +0300
committerGitHub <noreply@github.com>2021-07-26 04:13:11 +0300
commitd9436812144752ca9465ccfadb02e2aec3ecd5bb (patch)
tree92b68a29b1715873f348696465ecc8305fa8b6ae /.github
parent52cc7d636996bbd02fe7a2aa136c24960f96e676 (diff)
Bump codecov/codecov-action from 1.5.2 to 2.0.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.2 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.5.2...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] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e6f93fd32..d23df0ee2 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.5.2
+ 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.5.2
+ uses: codecov/codecov-action@v2.0.2
if: ${{ always() && matrix.db == 'mysql' }}
with:
file: ./nextcloud/apps/mail/tests/clover.integration.xml