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