@@ -69,22 +69,22 @@ jobs:
6969 github_token : ${{ secrets.GITHUB_TOKEN }}
7070 threshold_alert : 50
7171 threshold_warning : 80
72- test-coverage :
73- name : Publish to Code Climate
74- needs : test-app
75- if : needs.test-app.outputs.HAS_CC_SECRETS == 'true'
76- runs-on : ubuntu-latest
77- timeout-minutes : 10
78- steps :
79- - name : Checkout Repository
80- uses : actions/checkout@v4
81- - name : Restore Coverage Results
82- uses : actions/download-artifact@v4
83- - name : Publish code coverage
84- uses : paambaati/codeclimate-action@v5
85- env :
86- CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
87- with :
88- coverageLocations : |
89- ${{ github.workspace }}/**/lcov.info:lcov
90- prefix : ${{ github.workplace }}
72+ # test-coverage:
73+ # name: Publish to Code Climate
74+ # needs: test-app
75+ # if: needs.test-app.outputs.HAS_CC_SECRETS == 'true'
76+ # runs-on: ubuntu-latest
77+ # timeout-minutes: 10
78+ # steps:
79+ # - name: Checkout Repository
80+ # uses: actions/checkout@v4
81+ # - name: Restore Coverage Results
82+ # uses: actions/download-artifact@v4
83+ # - name: Publish code coverage
84+ # uses: paambaati/codeclimate-action@v5
85+ # env:
86+ # CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
87+ # with:
88+ # coverageLocations: |
89+ # ${{ github.workspace }}/**/lcov.info:lcov
90+ # prefix: ${{ github.workplace }}
0 commit comments