Files
mcp-proxy/codecov.yml
Fedir Zadniprovskyi 209268a361 feat: expose CORS configuration (#31)
Allow specifying CORS configuration so that a client can call the proxy from a different host/port.

Co-authored-by: Fedir Zadniprovskyi <github.g1k56@simplelogin.com>
Co-authored-by: Sergey Parfenyuk <myseverality@gmail.com>
2025-03-05 18:10:15 +01:00

30 lines
503 B
YAML

codecov:
require_ci_to_pass: true
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
# Maintain overall project coverage
target: auto
threshold: 1%
patch:
default:
# Require 80% coverage on new/modified code
target: 80%
threshold: 5%
changes: false
comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: false
require_base: false
require_head: true