From 5532334d7743cb92f03c6af8eeafa7f0bea66e84 Mon Sep 17 00:00:00 2001 From: vigneshpushkaranHMCTS Date: Fri, 16 Apr 2021 09:43:50 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 496b43b78..83f6faa9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,10 +35,6 @@ jobs: ${{ runner.os }}-gradle- - name: Build gradle application run: ./gradlew build - - name: Generate code coverage report - run: ./gradlew codeCoverageReport - - name: Publish report to Codecov - run: bash <(curl -s https://codecov.io/bash) - name: Release Build in JitPack run: | echo "Triggering JitPack build"