Skip to content

Commit 84bb5d0

Browse files
committed
chore: codecov integration
1 parent 8ebf089 commit 84bb5d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/go.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ jobs:
2121
run: go build -v ./...
2222

2323
- name: Test
24-
run: go test -v ./...
24+
run: go test -race -coverprofile=coverage.xml -covermode=atomic -v ./...
25+
- uses: codecov/codecov-action@v1
26+
with:
27+
files: ./coverage.xml

0 commit comments

Comments
 (0)