falkordb 0.10.2

A FalkorDB Rust client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
coverage:
  status:
    project:
      default:
        threshold: 2%
    patch:
      default:
        # New code should be well covered, but allow some slack for diffs that
        # include inherently hard-to-unit-test paths (network/IO error branches
        # and platform-specific code).
        threshold: 5%

# Examples and benchmarks are documentation / developer tooling and are not
# exercised by the unit/integration test suite, so they are excluded from
# coverage reporting.
ignore:
  - "examples"
  - "benches"