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-08-25 04:05:42 +0300
committerGitHub <noreply@github.com>2021-08-25 04:05:42 +0300
commit2c6a7f4130c270294869ebddfbe5e1ca44fa6130 (patch)
tree7822ab62b4fac717df9289d1669fd93b876b9f0e /.github
parent4100581cc8fc21852d975c1dba278b14302fb96b (diff)
Bump codecov/codecov-action from 2.0.2 to 2.0.3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3. - [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.0.2...v2.0.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 d1c52da97..68304b237 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@v2.0.2
+ uses: codecov/codecov-action@v2.0.3
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@v2.0.2
+ uses: codecov/codecov-action@v2.0.3
if: ${{ always() && matrix.db == 'mysql' }}
with:
file: ./nextcloud/apps/mail/tests/clover.integration.xml