midtown 0.5.1

Midtown - a multi-Claude Code workspace manager, inspired by Gastown
Documentation
# Codecov configuration
# https://docs.codecov.com/docs/codecov-yaml

coverage:
  status:
    project:
      default:
        # Don't fail PRs for coverage drops
        informational: true
    patch:
      default:
        # Require 50% coverage on new code
        target: 50%
        informational: true

# Ignore test files and generated code
ignore:
  - "tests/**/*"
  - "web-app/**/*"
  - "target/**/*"

comment:
  # Show coverage diff in PR comments
  layout: "reach,diff,flags,files"
  behavior: default
  require_changes: true