From c39e320756e9957531d4874d899bf876c3d138f4 Mon Sep 17 00:00:00 2001 From: Kiriti Gowda Date: Wed, 9 Apr 2025 11:43:10 -0700 Subject: [PATCH] Codecov - .codecov.yaml (#554) * Create .codecov.yaml * Update .codecov.yaml * Update .codecov.yaml --- .codecov.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .codecov.yaml diff --git a/.codecov.yaml b/.codecov.yaml new file mode 100644 index 0000000000..e4d6221972 --- /dev/null +++ b/.codecov.yaml @@ -0,0 +1,22 @@ +# Configuration details +# https://docs.codecov.io/docs/codecov-yaml + +# Validate YAML +# curl --data-binary @.codecov.yaml https://codecov.io/validate + +# Coverage configuration +coverage: + status: + patch: false + + range: 60..80 # First number represents red, and second represents green + round: nearest # up, down, or nearest + precision: 2 # Number of decimal places, between 0 and 5 + +comment: # this is a top-level key + layout: "diff, files" + behavior: default + require_changes: true # learn more in the Requiring Changes section below + require_base: true # [true :: must have a base report to post] + require_head: true # [true :: must have a head report to post] + hide_project_coverage: true # [true :: only show coverage on the git diff]