# Codecov configuration for LogWatcher
coverage:
status:
project:
default:
target: 80%
threshold: 5%
patch:
default:
target: 80%
threshold: 5%
comment:
layout: "header,diff,files,footer"
behavior: default
require_changes: false
github_checks:
annotations: true
ignore:
- "target/"
- "benches/"
- "examples/"
- "tests/integration.rs"