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