Skip to content

Commit 5fd74d4

Browse files
Howl1935onyxraven
andauthored
PR: Remove Code Climate Integrations (Automated by Turbolift) (#82)
* refactor: remove all code-climate references * Update test.yaml run commands --------- Co-authored-by: Justin Hart <[email protected]>
1 parent 1812eac commit 5fd74d4

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,9 @@ jobs:
3333
uses: actions/setup-go@v5
3434
with:
3535
go-version: "1.20"
36-
- name: mod download
37-
run: go mod download && go build
38-
39-
- name: Test & publish code coverage
40-
uses: paambaati/codeclimate-action@v9
41-
env:
42-
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
43-
with:
44-
coverageCommand: go test ./... -coverprofile c.out
45-
prefix: github.com/Ibotta/sopstool
36+
37+
- run: go mod download && go build
38+
- run: go test ./...
4639

4740
- name: Run GoReleaser
4841
uses: goreleaser/goreleaser-action@v5

0 commit comments

Comments
 (0)