Skip to content

Commit 6c1d2fa

Browse files
authored
Merge a022e80 into 438afa0
2 parents 438afa0 + a022e80 commit 6c1d2fa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ jobs:
3232
go-version: '1.24'
3333
cache: true
3434
cache-dependency-path: go.sum
35+
- name: Run Lint and Test Coverage
36+
shell: bash
37+
run: |
38+
make lint
39+
make test-coverage
40+
- name: Upload Coverage to Codecov
41+
uses: codecov/codecov-action@v5
42+
with:
43+
files: ".cover/coverage.xml"
44+
token: ${{ secrets.CODECOV_TOKEN }}
3545
- name: Build Release Binaries
3646
env:
3747
GOPROXY: https://proxy.golang.org

0 commit comments

Comments
 (0)