diff --git a/.github/workflows/jan-linter-and-test.yml b/.github/workflows/jan-linter-and-test.yml index 2aa871fb7..d41bd18f9 100644 --- a/.github/workflows/jan-linter-and-test.yml +++ b/.github/workflows/jan-linter-and-test.yml @@ -68,7 +68,9 @@ jobs: uses: actions/upload-artifact@v4 with: name: ref-lcov.info - path: coverage/lcov.info + path: | + coverage/lcov.info + coverage/merged/lcov.info test-on-macos: runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) && 'macos-latest' || 'macos-selfhosted-12-arm64' }}