You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by zi...@apache.org on 2021/12/06 22:27:52 UTC

[gobblin] branch master updated: Bump up code cov version (#3440)

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

zihanli58 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new d6f3aef  Bump up code cov version (#3440)
d6f3aef is described below

commit d6f3aef12de054a0148207eb57f072a88914a8bb
Author: William Lo <lo...@gmail.com>
AuthorDate: Mon Dec 6 14:27:43 2021 -0800

    Bump up code cov version (#3440)
---
 .github/workflows/build_and_test.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml
index c23efcb..21957f9 100644
--- a/.github/workflows/build_and_test.yaml
+++ b/.github/workflows/build_and_test.yaml
@@ -160,7 +160,7 @@ jobs:
           JACOCO_REPORTS=$(find . -name "jacoco*.xml" -exec printf ',{}' \; | cut -c2- )
           echo "jacoco_reports=$JACOCO_REPORTS" >> $GITHUB_ENV
       - name: Upload coverage to Codecov
-        uses: codecov/codecov-action@v1
+        uses: codecov/codecov-action@v2
         with:
           files: ${{ env.jacoco_reports }}
           fail_ci_if_error: true