mirror of
http://github.com/valkey-io/valkey
synced 2024-11-21 16:46:15 +00:00
b6dbc8109b
This PR introduces Codecov to automate code coverage tracking for our project's tests. For more information about the Codecov platform, please refer to https://docs.codecov.com/docs/quick-start --------- Signed-off-by: Vitah Lin <vitahlin@gmail.com> Co-authored-by: Madelyn Olson <madelyneolson@gmail.com>
19 lines
338 B
YAML
19 lines
338 B
YAML
coverage:
|
|
status:
|
|
patch:
|
|
default:
|
|
informational: true
|
|
project:
|
|
default:
|
|
informational: true
|
|
|
|
comment:
|
|
require_changes: false
|
|
require_head: false
|
|
require_base: false
|
|
layout: "condensed_header, diff, files"
|
|
hide_project_coverage: false
|
|
behavior: default
|
|
|
|
github_checks:
|
|
annotations: false |