Skip to content

Commit d3051b9

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
with:
2121
go-version: ${{ matrix.go }}
2222
- name: Test
23-
run: go test ./...
24-
- name: Test Race
25-
run: go test -race ./...
23+
run: make test
2624
- name: Test Builds
2725
run: make test_build --jobs=4
26+
- name: Upload coverage reports to Codecov
27+
uses: codecov/codecov-action@v5
28+
with:
29+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)