зеркало из https://github.com/nextcloud/forms.git
Merge pull request #1499 from nextcloud/fix/dependencies
Fix codecov action, auto-update actions
This commit is contained in:
Коммит
96943cf8f4
|
@ -1,6 +1,7 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: composer
|
||||
target-branch: "main"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
|
@ -11,7 +12,51 @@ updates:
|
|||
labels:
|
||||
- 3. to review
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: npm
|
||||
target-branch: "main"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "03:00"
|
||||
timezone: Europe/Paris
|
||||
open-pull-requests-limit: 10
|
||||
labels:
|
||||
- 3. to review
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
target-branch: "main"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "03:00"
|
||||
timezone: Europe/Paris
|
||||
open-pull-requests-limit: 10
|
||||
labels:
|
||||
- 3. to review
|
||||
- dependencies
|
||||
|
||||
# Update stable2 until NC24 is out of support
|
||||
- package-ecosystem: composer
|
||||
target-branch: "stable2"
|
||||
versioning-strategy: lockfile-only
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "03:00"
|
||||
timezone: Europe/Paris
|
||||
open-pull-requests-limit: 10
|
||||
labels:
|
||||
- 3. to review
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: npm
|
||||
target-branch: "stable2"
|
||||
versioning-strategy: lockfile-only
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
|
|
|
@ -77,19 +77,19 @@ jobs:
|
|||
|
||||
- name: Upload Unit coverage
|
||||
if: matrix.php-versions == matrix.coverage-on
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
root_dir: apps/${{ env.APP_NAME }}
|
||||
files: apps/${{ env.APP_NAME }}/tests/clover.unit.xml
|
||||
root_dir: ./apps/${{ env.APP_NAME }}
|
||||
files: ./apps/${{ env.APP_NAME }}/tests/clover.unit.xml
|
||||
fail_ci_if_error: true
|
||||
flags: unit
|
||||
|
||||
- name: Upload Integration coverage
|
||||
if: matrix.php-versions == matrix.coverage-on
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
root_dir: apps/${{ env.APP_NAME }}
|
||||
files: apps/${{ env.APP_NAME }}/tests/clover.integration.xml
|
||||
root_dir: ./apps/${{ env.APP_NAME }}
|
||||
files: ./apps/${{ env.APP_NAME }}/tests/clover.integration.xml
|
||||
fail_ci_if_error: true
|
||||
flags: integration
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче