From 69fc6aad10d09e97ed692e517b17f054679c0da1 Mon Sep 17 00:00:00 2001 From: David Karlsen Date: Fri, 7 Aug 2020 01:17:52 +0200 Subject: [PATCH] Revert "add coverage to codacy too" This reverts commit e08217de6cab47bd81534879781f6b08988abef5. --- .github/workflows/build.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f6fe1381..dfb5e89f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,11 +37,6 @@ jobs: export KUBEBUILDER_ASSETS=/tmp/kubebuilder_${KUBE_BUILDER_VERSION}_linux_amd64/bin IMG=quay.io/evryfs/github-actions-runner-operator:$(git describe --tags --always) make test docker-build - uses: codecov/codecov-action@v1 - - name: Run codacy-coverage-reporter - uses: codacy/codacy-coverage-reporter-action@master - with: - project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} - coverage-reports: cover.out - name: Create k8s Kind Cluster uses: helm/kind-action@v1.0.0-rc.1 with: