-
Notifications
You must be signed in to change notification settings - Fork 7.6k
doc: add test coverage and proposal policy #6546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6546 +/- ##
==========================================
+ Coverage 53.08% 53.45% +0.37%
==========================================
Files 430 437 +7
Lines 41040 41390 +350
Branches 7908 7934 +26
==========================================
+ Hits 21785 22127 +342
- Misses 16032 16043 +11
+ Partials 3223 3220 -3
Continue to review full report at Codecov.
|
CONTRIBUTING.rst
Outdated
@@ -566,6 +566,34 @@ Other Commit Expectations | |||
proposals, progress snapshots of your work, or to get early feedback on | |||
features or changes that will affect multiple areas in the code base. | |||
|
|||
* When major new functionality is added, tests for the new functionality MUST be | |||
added to the automated test suite. All new APIs MUST be documented and tested | |||
and test MUST cover at least 80% of the added functionality using the code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/test/tests/ or maybe testing
You can request a new feature or submit a proposal by submitting an issue to | ||
our GitHub Repository. | ||
If you would like to implement a new feature, please submit an issue with a | ||
proposal (RFC) for your work first, to be sure that we can use it. Please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe mention adding RFC:
to the title of the issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
detailed howto for proposal will follow.
Provide some details about submitting proposals and document that new major features require tests to be added. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
@dbkinder updated |
Provide some details about submitting proposals and document that new
major features require tests to be added.
Signed-off-by: Anas Nashif anas.nashif@intel.com