Temporarily remove codecov workflow due to https://github.com/codecov/codecov-action/issues/1877 (#5366)
This commit is contained in:
parent
ce2fde2dbb
commit
dc5d50ce58
1 changed files with 0 additions and 27 deletions
27
codecov.yml
27
codecov.yml
|
|
@ -1,27 +0,0 @@
|
|||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
branches:
|
||||
- dev
|
||||
- 'release-*'
|
||||
if_not_found: failure
|
||||
target: auto
|
||||
threshold: 0.5%
|
||||
patch:
|
||||
default:
|
||||
if_not_found: success
|
||||
target: auto
|
||||
threshold: 0.5%
|
||||
ignore:
|
||||
- "binrz/rz-test"
|
||||
- ".github"
|
||||
- "doc"
|
||||
- "man"
|
||||
- "mk"
|
||||
- "sys"
|
||||
- "test"
|
||||
|
||||
comment:
|
||||
layout: "header, files, components, footer"
|
||||
require_changes: true
|
||||
Loading…
Reference in a new issue