File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 1+ Removed coverage tests from CI. @sneridagh
You can’t perform that action at this time.
0 commit comments