testing-conventions 0.0.62

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
5
6
7
8
9
10
# Each coverage table sets only one field; the rest must fall back to the language's
# default floor (#216 — partial override / "extend our defaults").
[python.coverage]
fail_under = 90

[typescript.coverage]
branches = 90

[rust.coverage]
regions = 90