You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2022/04/18 09:07:36 UTC

[cloudstack] branch main updated: .github: fetch all history for comparing PR changes

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

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 023305e86d .github: fetch all history for comparing PR changes
023305e86d is described below

commit 023305e86d555a713c43bbeb43b6446fe17a5855
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Mon Apr 18 14:37:11 2022 +0530

    .github: fetch all history for comparing PR changes
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 .github/workflows/coverage-check.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/coverage-check.yml b/.github/workflows/coverage-check.yml
index 00d1c975fa..b817677c20 100644
--- a/.github/workflows/coverage-check.yml
+++ b/.github/workflows/coverage-check.yml
@@ -27,6 +27,7 @@ jobs:
       - uses: actions/checkout@v3
         with:
           ref: "refs/pull/${{ github.event.number }}/merge"
+          fetch-depth: 0
 
       - name: Changed Java Files
         id: java-changes