1
0
mirror of https://github.com/j178/prek.git synced 2026-04-03 17:34:03 +02:00
Files
prek/.github/codecov.yml
2025-09-29 12:02:01 +08:00

19 lines
299 B
YAML

coverage:
status:
project:
default:
target: auto
threshold: 1%
informational: true
patch:
default:
target: auto
threshold: 1%
informational: true
ignore:
- "tests/**/*"
- "examples/**/*"
- "target/**/*"
- "lib/pty/**/*"