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 e57dbd9 commit 08cfb3fCopy full SHA for 08cfb3f
.github/workflows/go.yml
@@ -26,5 +26,5 @@ jobs:
26
go-version: 1.22
27
cache-dependency-path: ${{ matrix.dir }}/go.sum
28
- name: Build
29
- run: go build -mod=readonly -v ./...
+ run: go build -v ./...
30
working-directory: ${{ matrix.dir }}
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
run: go test -mod=readonly ./... -coverprofile=coverage.txt
31
- name: Coverage
32
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
33
with:
34
file: ${{ matrix.dir }}/coverage.txt
35
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments