hocon-parser 1.6.0

Full Lightbend HOCON specification-compliant parser for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
coverage:
  status:
    project:
      default:
        target: auto
        # Allow small project-coverage drops (≤ 2 %). Test-debt PRs that add
        # spec-pinning tests under #[ignore] (until the impl is fixed) cause
        # a structural drop because the ignored bodies are not executed.
        # 2 % still flags real regressions in actual code paths.
        threshold: 2%
    patch:
      default:
        # Test-only PRs by design have low patch coverage when most additions
        # are #[ignore]'d spec assertions. Lower the bar so test-debt work
        # does not fail this gate.
        target: 50%