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:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-04-12 12:50:23 +0300
committerGitHub <noreply@github.com>2022-04-12 12:50:23 +0300
commit1c2ee2fe3d1cf08b2232366a6def02dbbba006d2 (patch)
tree14a2d5e31718399e296ff6e497467096e13e0731 /.github
parent8cb6063d1fcfe8138a2fcd0c52672cac6b66691c (diff)
parentd5bf131967b72e80e856ac1b31f708d6bdeb8d7a (diff)
Merge pull request #6220 from nextcloud/dependabot/github_actions/codecov/codecov-action-3.0.0
Bump codecov/codecov-action from 2.1.0 to 3.0.0
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 61523b086..d7c8317e0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
env:
XDEBUG_MODE: coverage
- name: Report coverage
- uses: codecov/codecov-action@v2.1.0
+ uses: codecov/codecov-action@v3.0.0
if: ${{ always() && matrix.nextcloud-versions == 'master' }}
with:
file: ./nextcloud/apps/mail/tests/clover.unit.xml
@@ -149,7 +149,7 @@ jobs:
if: ${{ always() }}
run: cat nextcloud/data/horde_*.log
- name: Report coverage
- uses: codecov/codecov-action@v2.1.0
+ uses: codecov/codecov-action@v3.0.0
if: ${{ always() && matrix.db == 'mysql' }}
with:
file: ./nextcloud/apps/mail/tests/clover.integration.xml