Files
lneto/.codecov.yml
T
Patricio Whittingslow 3e5768cf76 add a project wide coverage
2026-08-24 22:08:59 -03:00

14 lines
297 B
YAML

coverage:
status:
project:
default:
target: 62% # Ensure we don't accumulate too much debt.
patch:
default:
informational: true # Shows the patch metric but never turns red/fails the PR
ignore:
- "examples/**"
- "**/stringers.go"
- "**/*_stringers.go"