repoverlay 0.4.0

Overlay config files into git repositories without committing them
Documentation
# Codecov configuration
# https://docs.codecov.com/docs/codecov-yaml

coverage:
  status:
    project:
      default:
        target: auto
        threshold: 2%
    patch:
      default:
        # Informational only — reports patch coverage without failing the check.
        # The project check enforces actual coverage thresholds.
        informational: true

comment:
  layout: "condensed_header, condensed_files, condensed_footer"

ignore:
  # Test utilities - these are only used in tests and don't need coverage
  - "src/testutil.rs"