From a83ac0ec29566cda147af11bd2ebe790c2758b7d Mon Sep 17 00:00:00 2001 From: Amanuel Engeda Date: Mon, 6 Nov 2023 16:54:34 -0800 Subject: [PATCH] Move goveralls to the ci run --- .github/workflows/presubmit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/presubmit.yaml b/.github/workflows/presubmit.yaml index 115228d5b..0cc5deac3 100644 --- a/.github/workflows/presubmit.yaml +++ b/.github/workflows/presubmit.yaml @@ -19,6 +19,8 @@ jobs: run: echo "::add-matcher::.github/actionlint-matcher.json" - run: K8S_VERSION=${{ matrix.k8sVersion }} make presubmit - name: Send coverage + # should only send converage once https://docs.coveralls.io/parallel-builds + if: matrix.k8sVersion == '1.28.x' env: COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: goveralls -coverprofile=coverage.out -service=github