Skip to content

Commit

Permalink
Comment out Codecov for unblocking (#1214)
Browse files Browse the repository at this point in the history
Co-authored-by: bhou <[email protected]>
  • Loading branch information
bhou2 and bhou authored Apr 30, 2024
1 parent a385b55 commit 2a82b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/genie-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ jobs:
startsWith(github.ref, 'refs/tags/v') &&
(!contains(github.ref, '-rc.'))
run: ./gradlew --stacktrace -Prelease.useLastTag=true final codeCoverageReport coveralls gitPublishPush dockerPush
- name: Codecov
uses: codecov/codecov-action@v1
#- name: Codecov
# uses: codecov/codecov-action@v1

0 comments on commit 2a82b59

Please sign in to comment.