gin/.codecov.yaml
mehrdadbn9 f59ae3a70d Use http.StatusContinue constant instead of magic number 100
Replace magic number `100` with `http.StatusContinue` constant for better code clarity in `bodyAllowedForStatus` function.

Fixes #4489
2026-02-05 23:13:06 +03:30

8 lines
104 B
YAML

codecov:
coverage:
status:
project:
enabled: false
patch:
target: 99%