Skip to content

Commit c76da71

Browse files
authored
fix(ci): disable Code Climate publishing (#5422)
1 parent e778c5b commit c76da71

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/verify-go.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,7 @@ jobs:
2828
- name: unit-test
2929
id: unit-test
3030
run: go test -tags=unit ./... -coverprofile cover.out
31-
# run code coverage upload to code climate on main branch since PR branch will not have access to secret
32-
- name: unit-test-code-climate-upload
33-
if: ${{ (github.event_name != 'pull_request') || (github.event.pull_request.head.repo.full_name == github.repository) }}
34-
uses: paambaati/codeclimate-action@v5
35-
env:
36-
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}
37-
with:
38-
coverageLocations: cover.out:gocov
39-
# truncate package name from file paths in report
40-
prefix: github.com/SAP/jenkins-library/
31+
4132
format:
4233
runs-on: ubuntu-latest
4334
steps:

0 commit comments

Comments
 (0)