Skip to content

Commit 27ddb0a

Browse files
committed
push coverage
1 parent b245bd4 commit 27ddb0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
run: go mod tidy
2121
- name: Run tests with coverage
2222
run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
23+
- name: Upload coverage to Codecov
24+
uses: codecov/codecov-action@v3
2325
- name: Check coverage
2426
uses: vladopajic/go-test-coverage@v2
2527
with:
26-
config: ./.testcoverage.yml
28+
config: ./.testcoverage.yml

0 commit comments

Comments
 (0)