ci: attempt to upload cov

This commit is contained in:
Louis 2025-07-10 21:51:13 +07:00
parent 963ad448f5
commit 114f2b9092
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

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