Skip to content

Commit 29e6794

Browse files
committed
ci: remove redundant coverage step from Go workflow
1 parent 209f4cf commit 29e6794

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
- name: Test
2626
run: go test -v -coverprofile=coverage.out -covermode=atomic ./...
2727

28-
- name: Coverage
29-
run: go test -coverprofile=coverage.txt
30-
3128
- name: Upload coverage reports to Codecov
3229
uses: codecov/codecov-action@v5
3330
with:

0 commit comments

Comments
 (0)