From 85fe6a1ae6e4022188e2a8d05600c5ed5c1c7642 Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Mon, 25 Mar 2024 16:45:44 +0100 Subject: [PATCH] fix: Remove coverage for now --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 531f3394..5918afc4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -227,12 +227,12 @@ workflows: - run: name: Aggregate coverage reports command: sbt coverageAggregate - - run: - name: Send coverage report to Codacy - # Specify only scala coverage reports, because coverage reporter is detecting coverage reports - # for other languages that are not valid and are used on tests - command: | - bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l Scala -r "**/cobertura*.xml" + # - run: + # name: Send coverage report to Codacy + # # Specify only scala coverage reports, because coverage reporter is detecting coverage reports + # # for other languages that are not valid and are used on tests + # command: | + # bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l Scala -r "**/cobertura*.xml" - run: name: Clean coverage.sbt from cache command: rm coverage.sbt