sdp-request-client 0.1.9

A Rust client for making requests to the SDP API.
Documentation
# ref: https://docs.codecov.com/docs/codecovyml-reference
coverage:
  range: 1..100
  round: down
  precision: 1
  status:
    # ref: https://docs.codecov.com/docs/commit-status
    project:
      default:
        # Avoid false negatives
        threshold: 1%

# Test files aren't important for coverage
ignore:
  - "tests"

# Make comments less noisy
comment:
  layout: "files"
  require_changes: true