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:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-07-26 10:39:16 +0300
committerGitHub <noreply@github.com>2021-07-26 10:39:16 +0300
commit3b1404ee951a514508ff1f043844e90ec56bde2a (patch)
treead7e8dd701bf51666244bffc924bc00a1e9b37f1 /.github
parentda001fef7bfaa5018739a1aac411c296ec5274c1 (diff)
parentd9436812144752ca9465ccfadb02e2aec3ecd5bb (diff)
Merge pull request #5366 from nextcloud/dependabot/github_actions/codecov/codecov-action-2.0.2
Bump codecov/codecov-action from 1.5.2 to 2.0.2
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 873254e30..dc42575f4 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