woocommerce/.codecov.yml

47 lines
994 B
YAML
Raw Permalink Normal View History

2017-09-27 12:12:08 +00:00
codecov:
notify:
require_ci_to_pass: yes
2017-09-27 12:12:08 +00:00
ignore:
- '**/tests'
- '**/test'
- 'tools/**'
- 'packages/js/admin-e2e-tests'
- 'packages/js/api-core-tests'
- 'packages/js/create-woo-extension'
- 'packages/js/e2e-core-tests'
- 'packages/js/e2e-environment'
- 'packages/js/e2e-utils'
- 'packages/js/eslint-plugin'
- 'packages/js/internal-e2e-builds'
- 'packages/js/internal-js-tests'
- 'packages/js/internal-style-build'
- '**/*.test.*'
2017-09-27 12:12:08 +00:00
coverage:
precision: 1
round: nearest
range: '50...80'
2017-09-27 12:12:08 +00:00
status:
project:
default:
target: auto
patch:
default:
target: auto
2017-09-27 12:12:08 +00:00
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
2017-09-27 12:12:08 +00:00
comment:
layout: 'reach, diff, flags, files'
behavior: default
require_changes: false
require_base: no
require_head: yes