Add codecov.yaml to configure base comparison

This commit is contained in:
mehrdadbn9 2026-02-05 23:21:18 +03:30
parent c95facd1d9
commit 3aa63d8650

11
.codecov.yaml Normal file
View File

@ -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%