Files
lneto/.codecov.yml
T
2026-08-24 19:29:39 -03:00

14 lines
261 B
YAML

coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true # Shows the patch metric but never turns red/fails the PR
ignore:
- "examples/**"
- "**/stringers.go"
- "**/*_stringers.go"