Skip to content

Commit b5c96ec

Browse files
committed
Remove coverage tests
1 parent 9b7762a commit b5c96ec

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.github/workflows/backend.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,18 @@ 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:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed coverage tests from CI. @sneridagh

0 commit comments

Comments
 (0)