...

Text file src/github.com/doug-martin/goqu/v9/go.test.sh

Documentation: github.com/doug-martin/goqu/v9

     1#!/usr/bin/env bash
     2
     3set -e
     4echo "" > coverage.txt
     5
     6go test -race -coverprofile=coverage.txt -coverpkg=./... ./...

View as plain text