ci(homebrew): enable test coverage on Linux (#3842)
This commit is contained in:
parent
a0a97138e0
commit
4d2391c9a0
3 changed files with 48 additions and 58 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue