gin/.codecov.yaml
2026-02-05 23:21:18 +03:30

12 lines
321 B
YAML

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%