This is an automated email from the ASF dual-hosted git repository. jiajunwang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/helix.git
commit 07c5d2230165513dbba462fa7ded366b942451eb Author: Jiajun Wang <[email protected]> AuthorDate: Fri Apr 16 14:48:59 2021 -0700 Upload the code coverage report to codecov. --- .github/workflows/Helix-CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Helix-CI.yml b/.github/workflows/Helix-CI.yml index 44ca529..99812b5 100644 --- a/.github/workflows/Helix-CI.yml +++ b/.github/workflows/Helix-CI.yml @@ -23,3 +23,6 @@ jobs: - name: Run All Tests run: mvn -q test if: ${{ success() || failure() }} + - name: Upload to Codecov + run: bash <(curl -s https://codecov.io/bash) + if: ${{ success() || failure() }}
