2019-12-09 20:52:50 +00:00
|
|
|
# https://docs.codecov.io/docs/commit-status
|
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
# only measure diff changes, not unexpected project changes from flakiness
|
2019-12-17 16:51:52 +00:00
|
|
|
project: off
|
2019-12-09 20:52:50 +00:00
|
|
|
patch:
|
|
|
|
default:
|
2019-12-17 16:51:52 +00:00
|
|
|
# https://docs.codecov.io/docs/commit-status#section-informational
|
|
|
|
informational: true
|
2019-12-09 20:52:50 +00:00
|
|
|
# https://docs.codecov.io/docs/commit-status#section-excluding-tests-example-
|
|
|
|
# TODO: should any paths be excluded from coverage metrics?
|
|
|
|
# paths:
|
2020-02-10 10:04:55 +00:00
|
|
|
ui:
|
|
|
|
informational: true
|
2019-12-09 20:52:50 +00:00
|
|
|
# https://docs.codecov.io/docs/commit-status#section-changes-status
|
2019-12-17 16:51:52 +00:00
|
|
|
# TODO: enable after eliminating current unexpected coverage changes?
|
|
|
|
changes: off
|
2019-12-09 20:52:50 +00:00
|
|
|
|
|
|
|
# https://docs.codecov.io/docs/codecov-yaml#section-default-yaml
|
|
|
|
# TODO: experiment with changing these values?
|
|
|
|
# parsers:
|
|
|
|
# gcov:
|
|
|
|
# branch_detection:
|
|
|
|
# conditional: yes
|
|
|
|
# loop: yes
|
|
|
|
# method: no
|
|
|
|
# macro: no
|
|
|
|
|
2019-12-17 16:51:52 +00:00
|
|
|
# https://docs.codecov.io/docs/pull-request-comments
|
|
|
|
comment: false
|
2019-12-09 20:52:50 +00:00
|
|
|
|
|
|
|
# https://docs.codecov.io/docs/flags
|
|
|
|
# TODO: split out test coverage for API, SDK, UI, website?
|
2020-02-10 10:04:55 +00:00
|
|
|
flags:
|
|
|
|
ui:
|
|
|
|
paths: /ui-v2/
|
2020-03-31 17:09:17 +00:00
|
|
|
|
|
|
|
ignore:
|
|
|
|
- "agent/bindata_assetfs.go"
|
|
|
|
- "vendor/**/*"
|
|
|
|
- "**/*.pb.go"
|