rtc 0.20.0

Sans-I/O WebRTC implementation in Rust
Documentation
codecov:
  require_ci_to_pass: yes
  max_report_age: off
  token: 2e8f49c1-49e5-4ab0-9b7c-b8c9b460b903

# Example binaries and the standalone AES-GCM benchmark are demos/tools, not
# exercised by `cargo test`, so they always report 0% and only drag coverage
# down (and inflate patch "missing lines").
ignore:
  - "examples"
  - "benchmarks"

coverage:
  precision: 2
  round: down
  range: 50..90
  status:
    project:
      default:
       enabled: no
       threshold: 0.2
       if_not_found: success
    patch:
      default:
        enabled: no
        if_not_found: success
    changes:
      default:
        enabled: no
        if_not_found: success