Skip to content

Commit dd507af

Browse files
authored
Update README with CI badge and testing information
Added CI badge and enhanced testing details in README.
1 parent 46af9d2 commit dd507af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Dynamic_Array
2+
[![C/C++ CI](https://github.com/dingonzo/dynamic-array/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/dingonzo/dynamic-array/actions/workflows/c-cpp.yml)
3+
*
24
Testing & Validation
35
This repository includes a dedicated test suite.
46
* **Memory Safety:** Verified the "Big Three" (Destructor, Copy Constructor, Assignment Operator) for deep copy integrity.
@@ -7,4 +9,4 @@ This repository includes a dedicated test suite.
79
* **Functional Integrity:** Confirmed `insertInOrder` and `concatenate` maintain correct data positioning.
810
* **Valgrind Verified:** All operations (insertions, deletions, and copies) have been profiled using Valgrind
911
* to ensure zero memory leaks and no invalid memory accesses.
10-
*
12+

0 commit comments

Comments
 (0)