tracker: testing local coverage reports

This commit is contained in:
nick-delirium 2025-04-01 17:52:52 +02:00
parent 2b052a8be6
commit 43af2ffc4a
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -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