зеркало из https://github.com/dotnet/winforms.git
36 строки
1.0 KiB
YAML
36 строки
1.0 KiB
YAML
# https://docs.codecov.io/docs/codecov-yaml
|
|
# https://github.com/codecov/support/wiki/Codecov-Yaml
|
|
|
|
coverage:
|
|
range: 20..80 # 20 is red, 80 is green
|
|
round: down # always round down
|
|
precision: 5 # highest level of decimal precision
|
|
status:
|
|
project:
|
|
default: false
|
|
patch:
|
|
default: false
|
|
fixes:
|
|
- "eng/::/"
|
|
|
|
comment:
|
|
layout: "diff, flags" # coverage difference, flags below
|
|
|
|
flags: # which files to include in the reporting
|
|
production:
|
|
paths:
|
|
- src/Common/src/
|
|
- src/System.Design/src/
|
|
- src/System.Drawing/src/
|
|
- src/System.Drawing.Design/src/
|
|
- src/System.Windows.Forms/src/
|
|
- src/System.Windows.Forms.Design/src/
|
|
- src/System.Windows.Forms.Design.Editors/src/
|
|
test:
|
|
paths:
|
|
- src/Common/tests/
|
|
- src/System.Drawing.Design/tests/
|
|
- src/System.Windows.Forms/tests/
|
|
- src/System.Windows.Forms.Design/tests/
|
|
- src/System.Windows.Forms.Design.Editors/tests/
|