From 1e5641306636f7ad7524af601053f79257786c6a Mon Sep 17 00:00:00 2001 From: Kevin Carrogan Date: Wed, 14 Feb 2024 13:39:01 +0000 Subject: [PATCH] Remove codecov We have shifted to our own coverage solutions instead of a third party --- .circleci/config.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 82bd259517..894732358b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -84,13 +84,6 @@ commands: root: coverage-output paths: - .coverage.* - - run: - name: Code coverage report - command: | - pipenv run coverage xml - curl -Os https://uploader.codecov.io/latest/linux/codecov - chmod +x codecov - ./codecov build_api_image: parameters: