Initial commit

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
b1ackd0t
2022-07-09 17:40:31 +00:00
committed by GitHub
parent 779c4669b4
commit 05010188f4
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
run: golint ./...
- name: Run tests
run: go test -mod=vendor -v -race -vet=off -covermode=count -coverprofile cover.out ./...
run: go test -mod=vendor -v -vet=off -covermode=count -coverprofile cover.out ./...
# - name: Convert coverage.out to coverage.lcov
# uses: jandelgado/gcov2lcov-action@v1.0.6
# - name: Coveralls