deribit-base 0.2.4

Base library with common structs, traits, and logic for Deribit API clients
Documentation
codecov:
  require_ci_to_pass: true

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

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