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>2022-09-20 09:52:02 +0300
committerGitHub <noreply@github.com>2022-09-20 09:52:02 +0300
commitba95ccb4528faa57b268ff34ed8f293570612dc0 (patch)
tree42b5ce299c0b01ba3dd429b5a26a49920b89c8f5
parent426868172f122e5e19566fed194a6b9d3c767f65 (diff)
parentb154a38823c39d44a8bd8ca164e7590f506336fa (diff)
Merge pull request #7295 from nextcloud/dependabot/github_actions/codecov/codecov-action-3.1.1
Bump codecov/codecov-action from 3.1.0 to 3.1.1
-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 1308d0330..4be613fa1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
env:
XDEBUG_MODE: off
- name: Report coverage
- uses: codecov/codecov-action@v3.1.0
+ uses: codecov/codecov-action@v3.1.1
if: ${{ always() && matrix.php-versions == '8.0' }}
with:
file: ./nextcloud/apps/mail/tests/clover.unit.xml
@@ -174,7 +174,7 @@ jobs:
if: ${{ always() }}
run: cat nextcloud/data/horde_*.log
- name: Report coverage
- uses: codecov/codecov-action@v3.1.0
+ uses: codecov/codecov-action@v3.1.1
if: ${{ always() && matrix.db == 'mysql' }}
with:
file: ./nextcloud/apps/mail/tests/clover.integration.xml