From e4c13a305c0722738d240a013b6d5be76784e21f Mon Sep 17 00:00:00 2001 From: tzugen Date: Thu, 6 May 2021 16:10:35 +0200 Subject: [PATCH] Remove codecov --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c414fc1..e2b2238e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,6 @@ jobs: command: | ./gradlew ciTest testDebugUnitTest ./gradlew jacocoFullReport - bash <(curl -s https://codecov.io/bash) - run: name: lint command: ./gradlew :ultrasonic:lintRelease