ci(homebrew): enable test coverage on Linux (#3842)

This commit is contained in:
David Lane 2025-12-01 07:30:02 -05:00 committed by GitHub
commit 4d2391c9a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 48 additions and 58 deletions

View file

@ -170,7 +170,7 @@ jobs:
coverage: false
pr: true
- name: Homebrew-ubuntu-latest
coverage: false
coverage: true
pr: true
- name: Windows-AMD64
coverage: true
@ -208,7 +208,9 @@ jobs:
verbose: true
- name: Upload coverage
if: steps.should_run.outputs.SHOULD_RUN == 'true' && matrix.coverage != false
if: |
steps.should_run.outputs.SHOULD_RUN == 'true' &&
matrix.coverage != false
uses: codecov/codecov-action@v5
with:
disable_search: true