We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e778c5b commit c76da71Copy full SHA for c76da71
.github/workflows/verify-go.yml
@@ -28,16 +28,7 @@ jobs:
28
- name: unit-test
29
id: unit-test
30
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/
+
41
format:
42
runs-on: ubuntu-latest
43
steps:
0 commit comments