From 43af2ffc4a4ff89dfc6b6b5757ea65a5fd3707ab Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Tue, 1 Apr 2025 17:52:52 +0200 Subject: [PATCH] tracker: testing local coverage reports --- .github/workflows/tracker-tests.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tracker-tests.yaml b/.github/workflows/tracker-tests.yaml index e634f3078..d03452041 100644 --- a/.github/workflows/tracker-tests.yaml +++ b/.github/workflows/tracker-tests.yaml @@ -18,9 +18,7 @@ jobs: - uses: oven-sh/setup-bun@v2 with: bun-version: latest - - uses: actions/checkout@v3 - with: - fetch-depth: 0 # Required for coverage comparison + - uses: actions/checkout@v4 - name: Cache tracker modules uses: actions/cache@v3 with: @@ -74,7 +72,7 @@ jobs: # For PRs, check out base branch for comparison - name: Check out base branch for coverage comparison if: github.event_name == 'pull_request' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.base_ref }} path: dev