From b04af08b1b593a4694947b14873dae16bda23ffb Mon Sep 17 00:00:00 2001 From: Ed Welch Date: Thu, 15 Apr 2021 12:07:35 -0400 Subject: [PATCH] Remove codecov (#3615) * remove codecov from CI, also remove circleci tests as we run these somewhere else now already. * leaving an empty test step for now --- .circleci/config.yml | 7 ------- README.md | 1 - 2 files changed, 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 37e8c6bfe41d..b358073eac6d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,13 +48,6 @@ jobs: <<: *defaults steps: - checkout - - run: - name: Unit Tests - command: make BUILD_IN_CONTAINER=false test - - run: - name: Upload Codecov - command: | - bash <(curl -s https://codecov.io/bash) # Promtail build/promtail-windows: diff --git a/README.md b/README.md index e3c122ea5fb0..6b40e2bc3da2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ CircleCI Go Report Card Slack -Codecov # Loki: like Prometheus, but for logs.