Thanks for your interest. Evolve is a young project; expect breaking changes until v1.0 GA.
- Rust stable (see
rust-toolchain.tomlfor the pinned version) cargo test --workspacemust pass on your branch
Every PR adding a public function in evolve-core MUST add a corresponding
test in the same diff. CI enforces this.
evolve-core: ≥80%evolve-providers: ≥75%evolve-storage: ≥70%
Use cargo llvm-cov locally to check before pushing.