We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a6a29 commit 1827472Copy full SHA for 1827472
1 file changed
.github/copilot-instructions.md
@@ -24,7 +24,8 @@
24
- [ ] Complete type annotations for function, method, class, variable, etc.
25
Maintain near-100% type annotation coverage.
26
- [ ] Add tests for new functionality or behavior.
27
- Keep the test coverage high.
+ New PR must not drop the test coverage more than 0.2%.
28
+- [ ] Keep the test coverage high. Aim at least 70% test coverage.
29
- [ ] Add test cases to capture edge cases.
30
- [ ] Add test cases to cover code branches.
31
- [ ] Major changes should be logged in the change log at
0 commit comments