Skip to content

Commit ecf72c8

Browse files
authored
chore(ci): Fix code coverage uploading to codecov (#10033)
1 parent 49fff27 commit ecf72c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,10 @@ jobs:
774774
contents: read
775775
actions: read
776776
steps:
777+
- name: Checkout
778+
uses: actions/checkout@v4
779+
with:
780+
fetch-depth: 2
777781
- name: Install Codecov CLI
778782
run: |
779783
curl -Os https://uploader.codecov.io/latest/linux/codecov

0 commit comments

Comments
 (0)