Skip to content

Commit 998b325

Browse files
authored
Merge pull request #56 from THD-Spatial-AI/testing/test-coverage
ci: remove redundant coverage step from Go workflow
2 parents bf20b46 + 29e6794 commit 998b325

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)