You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2020/09/04 09:00:48 UTC

[hadoop-ozone] branch master updated: HDDS-4205. Disable coverage upload to codecov for pull requests (#1394)

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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new acfef2d  HDDS-4205. Disable coverage upload to codecov for pull requests (#1394)
acfef2d is described below

commit acfef2d081a1782589287eaf27d0ed67230bb44c
Author: Elek, Márton <el...@users.noreply.github.com>
AuthorDate: Fri Sep 4 11:00:35 2020 +0200

    HDDS-4205. Disable coverage upload to codecov for pull requests (#1394)
---
 .github/workflows/post-commit.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml
index 20d2a2a..ff0111f 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -279,10 +279,11 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
       - name: Upload coverage to Codecov
         uses: codecov/codecov-action@v1
+        if: github.repository == 'apache/hadoop-ozone' && github.event_name != 'pull_request'
         with:
           file: ./target/coverage/all.xml
           name: codecov-umbrella
-          fail_ci_if_error: true
+          fail_ci_if_error: false
       - name: Archive build results
         uses: actions/upload-artifact@v2
         with:


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org