log-watcher 0.2.1

Real-time log file monitoring with pattern highlighting and desktop notifications
Documentation
# 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"