master
#!/bin/bash SELF_PATH="$(dirname $(readlink -f "$0"))" . "$SELF_PATH/functions.sh" cd "$SELF_PATH/.." run_command ./scripts/run test -race -coverprofile=coverage.out ./scripts/run tool cover -func=coverage.out