mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #6025 from YosysHQ/mmicko/disable_comment
codecov: Disable PR comments for now
This commit is contained in:
commit
be51f7a92c
|
|
@ -100,7 +100,6 @@ jobs:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
slug: YosysHQ/yosys
|
slug: YosysHQ/yosys
|
||||||
files: build/coverage.info
|
files: build/coverage.info
|
||||||
comment: false
|
|
||||||
disable_search: true
|
disable_search: true
|
||||||
override_branch: ${{ github.event_name == 'merge_group' && github.event.merge_group.base_ref || github.ref_name }}
|
override_branch: ${{ github.event_name == 'merge_group' && github.event.merge_group.base_ref || github.ref_name }}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,4 @@ coverage:
|
||||||
patch:
|
patch:
|
||||||
default:
|
default:
|
||||||
informational: true
|
informational: true
|
||||||
|
comment: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue