mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-14 11:15:40 +00:00
Merge pull request #6025 from YosysHQ/mmicko/disable_comment
codecov: Disable PR comments for now
This commit is contained in:
commit
be51f7a92c
2 changed files with 1 additions and 1 deletions
1
.github/workflows/test-verific.yml
vendored
1
.github/workflows/test-verific.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue