ci(homebrew): enable test coverage on Linux (#3842)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user