add codecov

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2022-04-07 19:04:04 +03:00
parent 98d2264c2a
commit a8c6690af7

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
run: go test -v -race -coverprofile=coverage.out -covermode=atomic
- name: Codecov
uses: codecov/codecov-action@v3.0.0