fix coverage

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-04-07 19:12:49 +03:00
parent 497b82ac6c
commit 93fc17bad3
4 changed files with 17 additions and 12 deletions

View File

@@ -34,6 +34,6 @@ jobs:
with:
go-version: 1.17
- name: Run coverage
run: go test -v -race -coverprofile=coverage.out -covermode=atomic
- name: Codecov
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
- name: codecov
uses: codecov/codecov-action@v3.0.0