From abd5bba9c373ed1e7a9df4ff9e6d7031ea2bdaf6 Mon Sep 17 00:00:00 2001 From: diamondburned Date: Sat, 31 Oct 2020 17:29:59 -0700 Subject: [PATCH] CI: Fixed typo My high level of competence is very arguable. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10c86fc..1dd0a3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ "variables": [ "$BOT_TOKEN" ] }, "script": [ - "go test -coverprofile #COV -race -v ./...", + "go test -coverprofile $COV -race -v ./...", "go tool cover -func $COV" ] },