Skip to content

Commit 20fe013

Browse files
authored
Checkout code for codecov upload (#6849)
Having the repository available for the coverage upload action appears to be required for the action to correctly send information about the file structure and have successful reports. Resolves #6564
1 parent 801e771 commit 20fe013

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ jobs:
120120
runs-on: ubuntu-latest
121121
needs: [test-coverage]
122122
steps:
123+
- name: Checkout Repo
124+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
123125
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
124126
with:
125127
pattern: coverage-artifacts-${{ env.DEFAULT_GO_VERSION }}

0 commit comments

Comments
 (0)