From 24be6d8f067bf9d149d8508dfeaea191ed452e0d Mon Sep 17 00:00:00 2001 From: geirolz Date: Mon, 29 Apr 2024 15:47:43 +0200 Subject: [PATCH] Drop codecov upload --- .github/workflows/cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ef0772d..e859d2f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -64,9 +64,9 @@ jobs: - name: MiMa Report run: sbt ++${{ matrix.scala }} mimaReportBinaryIssues - #----------- COVERAGE ----------- - - name: Codecov - run: bash <(curl -s https://codecov.io/bash) +# #----------- COVERAGE ----------- +# - name: Codecov +# run: bash <(curl -s https://codecov.io/bash) deploy: runs-on: ubuntu-latest