From 3aa63d8650974a6a08662c7354440232587639fa Mon Sep 17 00:00:00 2001 From: mehrdadbn9 Date: Thu, 5 Feb 2026 23:21:18 +0330 Subject: [PATCH] Add codecov.yaml to configure base comparison --- .codecov.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .codecov.yaml diff --git a/.codecov.yaml b/.codecov.yaml new file mode 100644 index 00000000..05f9078d --- /dev/null +++ b/.codecov.yaml @@ -0,0 +1,11 @@ +codecov: + # Tell Codecov to compare against upstream master, not commit hash + base: "https://github.com/gin-gonic/gin" + # Set expected coverage based on current master + coverage: + status: + project: + target: 99% + informational: true # Make it informational only + patch: + target: 99%