mirror of
https://github.com/j178/prek.git
synced 2026-04-03 17:34:03 +02:00
* Initial plan * Rename crate lib/constants to lib/prek-consts and fix all references Co-authored-by: j178 <10510431+j178@users.noreply.github.com> * Rename lib directory to crates and update all references Co-authored-by: j178 <10510431+j178@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: j178 <10510431+j178@users.noreply.github.com>
20 lines
335 B
YAML
20 lines
335 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 1%
|
|
informational: true
|
|
patch:
|
|
default:
|
|
target: auto
|
|
threshold: 1%
|
|
informational: true
|
|
|
|
ignore:
|
|
- "tests/**/*"
|
|
- "examples/**/*"
|
|
- "target/**/*"
|
|
- "crates/prek-pty/**/*"
|
|
- "crates/prek-yaml/**/*"
|