ci: attempt to upload cov
This commit is contained in:
parent
963ad448f5
commit
114f2b9092
4
.github/workflows/jan-linter-and-test.yml
vendored
4
.github/workflows/jan-linter-and-test.yml
vendored
@ -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' }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user