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 1812eac commit 5fd74d4Copy full SHA for 5fd74d4
.github/workflows/test.yaml
@@ -33,16 +33,9 @@ jobs:
33
uses: actions/setup-go@v5
34
with:
35
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
+
+ - run: go mod download && go build
+ - run: go test ./...
46
47
- name: Run GoReleaser
48
uses: goreleaser/goreleaser-action@v5
0 commit comments