Skip to content

Commit 3403416

Browse files
sneridaghdavisagli
andauthored
Update to Plone 6.1.4 (#94)
* Update to Plone 6.1.4 * Add some docs * changelog * files I missed * update test * Remove coverage tests * Fix --------- Co-authored-by: David Glick <david@glicksoftware.com>
1 parent ac22312 commit 3403416

File tree

13 files changed

+436
-337
lines changed

13 files changed

+436
-337
lines changed

.github/workflows/backend.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,25 @@ jobs:
4545
plone-version: ${{ inputs.plone-version }}
4646
working-directory: ${{ inputs.working-directory }}
4747

48-
coverage:
49-
name: "Backend: Coverage"
50-
uses: plone/meta/.github/workflows/backend-pytest-coverage.yml@2.x
51-
needs:
52-
- test
53-
with:
54-
python-version: ${{ inputs.python-version }}
55-
plone-version: ${{ inputs.plone-version }}
56-
working-directory: ${{ inputs.working-directory }}
48+
# Removed for now since coverage takes forever and
49+
# nobody really looks at the results or try to improve them.
50+
# https://gitlab.kitconcept.io/kitconcept/distribution-kitconcept-intranet/-/issues/275
51+
# coverage:
52+
# name: "Backend: Coverage"
53+
# uses: plone/meta/.github/workflows/backend-pytest-coverage.yml@2.x
54+
# needs:
55+
# - test
56+
# with:
57+
# python-version: ${{ inputs.python-version }}
58+
# plone-version: ${{ inputs.plone-version }}
59+
# working-directory: ${{ inputs.working-directory }}
5760

5861

5962
release:
6063
name: "Backend: Build and publish Container Images"
6164
uses: plone/meta/.github/workflows/container-image-build-push.yml@2.x
6265
needs:
6366
- lint
64-
- coverage
6567
strategy:
6668
fail-fast: false
6769
matrix:

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Configurações'
1+
name: "Compute Config variables"
22

33
on:
44
workflow_call:

backend/news/+plone6.1.4.internal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade to Volto 6.1.4. @sneridagh

0 commit comments

Comments
 (0)