Skip to content

Commit 1827472

Browse files
authored
Revise test coverage criteria in copilot instructions
Updated test coverage requirements in the instructions.
1 parent d1a6a29 commit 1827472

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
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-
Keep the test coverage high.
27+
New PR must not drop the test coverage more than 0.2%.
28+
- [ ] Keep the test coverage high. Aim at least 70% test coverage.
2829
- [ ] Add test cases to capture edge cases.
2930
- [ ] Add test cases to cover code branches.
3031
- [ ] Major changes should be logged in the change log at

0 commit comments

Comments
 (0)