fireblocks-sdk 2026.3.28

Rust implementation of the Fireblocks SDK
Documentation
# ref: https://docs.codecov.com/docs/codecovyml-reference
coverage:
  # Hold ourselves to a high bar
  range: 85..100
  round: up
  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"
  - "src/apis"
  - "src/models"

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