diff --git a/.github/workflows/dt-test-and-report-code-coverage.yml b/.github/workflows/dt-test-and-report-code-coverage.yml index a327ab1558..961b809fff 100644 --- a/.github/workflows/dt-test-and-report-code-coverage.yml +++ b/.github/workflows/dt-test-and-report-code-coverage.yml @@ -33,6 +33,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.1 with: + fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - name: Setup Node