Skip to content

Commit 5da6bb9

Browse files
authored
Update test coverage drop limit to 0.1%
1 parent adc9230 commit 5da6bb9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424
- [ ] Complete type annotations for function, method, class, variable, etc.
2525
Maintain near-100% type annotation coverage.
2626
- [ ] Add tests for new functionality or behavior.
27-
New PR must not drop the test coverage more than 0.2%.
27+
New PR must not drop the test coverage more than 0.1%.
2828
- [ ] Keep the test coverage high. Aim at least 70% test coverage.
2929
- [ ] Add test cases to cover all code branches and capture edge cases.
30+
- [ ] `# type: ignore[arg-type]` comment can be used in the test code,
31+
only if that specific code want to explicitly test TypeError handling.
3032
- [ ] Docstring and doctest must reflect the latest code.
3133
- [ ] All error messages and warning messages should be clear, concise,
3234
and consistent in style. They should be parseable.

0 commit comments

Comments
 (0)