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