1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-08-10 22:31:50 +02:00

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
This commit is contained in:
Tyler Yahn
2025-05-29 13:41:58 -07:00
committed by GitHub
parent 801e7712e1
commit 20fe013aae

View File

@@ -120,6 +120,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [test-coverage] needs: [test-coverage]
steps: steps:
- name: Checkout Repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with: with:
pattern: coverage-artifacts-${{ env.DEFAULT_GO_VERSION }} pattern: coverage-artifacts-${{ env.DEFAULT_GO_VERSION }}