Skip to content

Commit ae83727

Browse files
committed
gh: add code coverage
1 parent d3051b9 commit ae83727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: ${{ matrix.go }}
2222
- name: Test
23-
run: make test
23+
run: go test -coverprofile=coverage.txt -race ./...
2424
- name: Test Builds
2525
run: make test_build --jobs=4
2626
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)