Skip to content

Commit

Permalink
Disable codecov until we can fix the uploader (#1622)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lbergelson authored Sep 23, 2022
1 parent 347c0ac commit 9fd0ecf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9fd0ecf

Please sign in to comment.