otc-rfq 0.1.1

High-performance OTC Request-for-Quote engine supporting DeFi protocols and TradFi venues via FIX 4.4
Documentation
codecov:
  require_ci_to_pass: true

coverage:
  status:
    project:
      default:
        target: 75%    # the required coverage value
        threshold: 1%  # the leniency in hitting the target
    patch:
      default:
        target: 25%
        threshold: 1%

parsers:
  gcov:
    branch_detection:
      conditional: yes
      loop: yes
      method: no
      macro: no