From 9cabe4e83963575e3e99d756038958ab4d996c76 Mon Sep 17 00:00:00 2001 From: Erik Date: Tue, 22 Oct 2024 18:30:26 +0200 Subject: [PATCH] fix code coverage Signed-off-by: Erik --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6feaaf3..253d15e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,3 +16,5 @@ jobs: run: go test -race -coverprofile=coverage.out -covermode=atomic ./... - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}