Skip to content

Commit 8f96e67

Browse files
authored
Update go.yml
1 parent 7d9dadf commit 8f96e67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Test
2828
run: go test -v ./...
2929

30+
- name: Run coverage
31+
run: go test -race -coverprofile=coverage.txt -covermode=atomic
32+
3033
- name: Upload coverage reports to Codecov
3134
uses: codecov/codecov-action@v4.0.1
3235
with:

0 commit comments

Comments
 (0)