mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
enhance: [skip e2e] use checkout action to get ".git" for codecov (#30014)
Ignoring .git may result "unusable report" in codecov. Use checkout action to get .git information in upload codecov step --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
cda44c09f9
commit
2dacca7b84
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -238,6 +238,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Download Cpp code coverage results
|
||||
uses: actions/download-artifact@v4.1.0
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user