From af98d6039742952c0976a083dabac14a03dc9000 Mon Sep 17 00:00:00 2001 From: jf-tech Date: Tue, 1 Sep 2020 11:43:42 +1200 Subject: [PATCH] fix codecov access token --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51ba03e..45d538b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,4 +37,7 @@ jobs: run: go test -v . -race -coverprofile=coverage.txt -covermode=atomic - name: Codecov - uses: codecov/codecov-action@v1.0.7 + uses: codecov/codecov-action@v1.0.13 + with: + # Repository upload token - get it from codecov.io. Required only for private repositories + token: 80a0b211-3436-49ef-8067-1ff60d22c9cd