-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #462 from Green-Software-Foundation/docs/test-cove…
…rage Docs/test coverage
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Test coverage | ||
==== | ||
|
||
Test coverage is fundamental to the reliability and advancement of the Carbon Aware SDK. | ||
This guide highlights our structured approach to testing, underlining our commitment to deliver a dependable and progressively improving SDK for enterprise use and beyond. | ||
Here, we detail our test coverage targets for the Core SDK and samples, pivotal in achieving our high-quality standards. | ||
|
||
# Core SDK | ||
|
||
The Core SDK is built to work for entreprise and we aspire to work with no regression, high levels of reliability and stability. | ||
As for the core SDK, we have a 70% test coverage target and expect this increase overtime. | ||
|
||
# Sample | ||
|
||
Samples come with a lower SLA and maybe incompatible/compatible with certain versions. | ||
As such, for the samples, the target for test coverage is on a case by case basis. | ||
|