Skip to content

Commit 3051da2

Browse files
authored
Merge pull request #8 from golang-io/dev
fix: workflow/go.yml
2 parents 9b41aa7 + ae09f32 commit 3051da2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ jobs:
3030
- name: Coverage
3131
run: go test -coverprofile=coverage.txt
3232

33-
34-
35-
3633
- name: Upload coverage reports to Codecov
37-
uses: codecov/codecov-action@v5
38-
with:
39-
token: ${{ secrets.CODECOV_TOKEN }}
34+
uses: codecov/codecov-action@v5
35+
with:
36+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)