This is an automated email from the ASF dual-hosted git repository.
bstoyanov 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 b5eebc4347a Fix codecov github action (#7747)
b5eebc4347a is described below
commit b5eebc4347aa2387afc7aa1028cb0fcf5f83678d
Author: Vishesh <[email protected]>
AuthorDate: Tue Jul 18 15:57:01 2023 +0530
Fix codecov github action (#7747)
---
.github/workflows/codecov.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml
index 778acf0ae61..1ef7b6545df 100644
--- a/.github/workflows/codecov.yml
+++ b/.github/workflows/codecov.yml
@@ -33,6 +33,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
+ with:
+ fetch-depth: 0
- name: Set up JDK11
uses: actions/setup-java@v3