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:
-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