From 4fc3540c63eb83a56ca7263687a49d8b38698e14 Mon Sep 17 00:00:00 2001 From: Michael-u21546551 Date: Mon, 3 Jun 2024 09:29:09 +0200 Subject: [PATCH] Update lint-test-build-golang.yml --- .github/workflows/lint-test-build-golang.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/lint-test-build-golang.yml b/.github/workflows/lint-test-build-golang.yml index e2461abb..07b06161 100644 --- a/.github/workflows/lint-test-build-golang.yml +++ b/.github/workflows/lint-test-build-golang.yml @@ -55,6 +55,11 @@ jobs: run: | go test ./tests/... + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + build: name: Build runs-on: ubuntu-latest