From 9fd0ecf212219d252ab273db0f7b845a59073d64 Mon Sep 17 00:00:00 2001 From: Louis Bergelson Date: Fri, 23 Sep 2022 16:19:29 -0400 Subject: [PATCH] Disable codecov until we can fix the uploader (#1622) Codecov has deprecated their old bash uploader. See https://about.codecov.io/blog/introducing-codecovs-new-uploader/ This disables it so we don't fail tests until we can fix the problem. --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cbc1966dd6..8e2923cea3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,8 +40,8 @@ jobs: run: scripts/htsget-scripts/start-htsget-test-server.sh - name: Run tests run: ./gradlew test jacocoTestReport - - name: Upload to codecov - run: bash <(curl -s https://raw.githubusercontent.com/broadinstitute/codecov-bash-uploader/main/codecov-verified.bash) +# - name: Upload to codecov +# run: bash <(curl -s https://raw.githubusercontent.com/broadinstitute/codecov-bash-uploader/main/codecov-verified.bash) - name: Upload test results if: always() uses: actions/upload-artifact@v2 @@ -66,8 +66,8 @@ jobs: run: ./gradlew compileJava - name: Run tests run: ./gradlew testFTP jacocoTestReport - - name: Upload to codecov - run: bash <(curl -s https://raw.githubusercontent.com/broadinstitute/codecov-bash-uploader/main/codecov-verified.bash) +# - name: Upload to codecov +# run: bash <(curl -s https://raw.githubusercontent.com/broadinstitute/codecov-bash-uploader/main/codecov-verified.bash) - name: Upload test results if: always() uses: actions/upload-artifact@v2 @@ -92,8 +92,8 @@ jobs: run: ./gradlew compileJava - name: Run tests run: ./gradlew testFTP jacocoTestReport - - name: Upload to codecov - run: bash <(curl -s https://raw.githubusercontent.com/broadinstitute/codecov-bash-uploader/main/codecov-verified.bash) +# - name: Upload to codecov +# run: bash <(curl -s https://raw.githubusercontent.com/broadinstitute/codecov-bash-uploader/main/codecov-verified.bash) - name: Upload test results if: always() uses: actions/upload-artifact@v2