Initial commit

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
b1ackd0t
2022-07-09 17:39:09 +00:00
committed by GitHub
parent 0d92d846c6
commit 779c4669b4
-2
View File
@@ -47,8 +47,6 @@ jobs:
- name: Run tests
run: go test -mod=vendor -v -race -vet=off -covermode=count -coverprofile cover.out ./...
with:
go-version: ${{ matrix.go-version }}
# - name: Convert coverage.out to coverage.lcov
# uses: jandelgado/gcov2lcov-action@v1.0.6
# - name: Coveralls