22 lines
635 B
YAML
22 lines
635 B
YAML
codecov:
|
|
# https://docs.codecov.io/docs/comparing-commits
|
|
allow_coverage_offsets: true
|
|
ignore:
|
|
- "jina/resources"
|
|
- "jina/serve/instrumentation/_aio_client.py"
|
|
- "jina/serve/instrumentation/_aio_server.py"
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
target: auto # auto compares coverage to the previous base commit
|
|
flags:
|
|
- jina
|
|
comment:
|
|
layout: "reach, diff, flags, files"
|
|
behavior: default
|
|
require_changes: false # if true: only post the comment if coverage changes
|
|
branches: # branch names that can post comment
|
|
- "master"
|