This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch fixing_codecov
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit cfcadf06ed5283a71865314798f73e0ea1fef1f5
Author: Xiang Fu <fx19880...@gmail.com>
AuthorDate: Tue Aug 4 13:05:17 2020 -0700

    Fixing codecov
---
 .github/workflows/pinot_tests.yml | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/pinot_tests.yml 
b/.github/workflows/pinot_tests.yml
index 1ea7859..768a36c 100644
--- a/.github/workflows/pinot_tests.yml
+++ b/.github/workflows/pinot_tests.yml
@@ -37,11 +37,8 @@ jobs:
           RUN_INTEGRATION_TESTS: false
         run: .github/workflows/scripts/.pinot_test.sh
       - name: Upload coverage to Codecov
-        uses: codecov/codecov-action@v1
-        with:
-          flags: unittests
-          name: codecov-umbrella
-          fail_ci_if_error: true
+        run: |
+          bash <(curl -s https://codecov.io/bash) -cF unittests
 
   integration-test:
     runs-on: ubuntu-latest
@@ -57,10 +54,8 @@ jobs:
         run: .github/workflows/scripts/.pinot_test.sh
       - name: Upload coverage to Codecov
         uses: codecov/codecov-action@v1
-        with:
-          flags: integrationtests
-          name: codecov-umbrella
-          fail_ci_if_error: true
+        run: |
+          bash <(curl -s https://codecov.io/bash) -cF integration
 
   quickstarts:
     runs-on: ubuntu-latest


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to