Skip to content
Snippets Groups Projects
Commit 9dda7cdc authored by Suru Dissanaike's avatar Suru Dissanaike
Browse files

Update README.md

parent d702b3d9
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ It is fine to use either CMake or Make as long as the following commands are sup
* make format **note not used by CI**
* make format-check
* make format-check **note not used by CI**
* make / make all
* make unit-test
* make functional-test
......@@ -33,15 +33,14 @@ It is fine to use either CMake or Make as long as the following commands are sup
```mermaid
graph LR;
ID1(Static Code Analysis)-->ID2(Format Check);
ID2(Format Check)-->ID3(Building);
ID3(Building)-->ID4(Functional API testing)
ID4(Functional API testing) --> ID8(Dynamic Code Analysis);
ID2(Format Check)-->ID5(Unit Testing);
ID5(Unit Testing)-->ID6(Unit Test Coverage);
ID6(Unit Test Coverage)-->ID7(Integration/Functional testing);
ID7(Integration/Functional testing)-->ID8(Dynamic Code Analysis);
ID1(Static Code Analysis)-->ID2(Building);
ID2(Building)-->ID3(Functional API testing)
ID3(Functional API testing) --> ID7(Dynamic Code Analysis);
ID2(Building)-->ID4(Unit Testing);
ID4(Unit Testing)-->ID5(Unit Test Coverage);
ID5(Unit Test Coverage)-->ID7(Dynamic Code Analysis);
ID2(Building)--> ID6(Integration/Functional testing);
ID6(Integration/Functional testing)-->ID7(Dynamic Code Analysis);
```
<details>
<summary>Prerequisites for different stages</summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment