Skip to content

Commit 8718369

Browse files
Merge pull request #22 from Eric-Zhang-Developer/documentation/readME-test-percentages-update
Update README.md
2 parents 7295d50 + 1842a3c commit 8718369

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ You can try out the application here: [https://follow-diff.vercel.app/](https://
2727
* **Robust Type-Safety**: Employs TypeScript and Zod for schema validation to ensure the data from Instagram's export files is correctly parsed and handled, preventing runtime errors and improving maintainability.
2828

2929
* **Comprehensive Testing**: Includes a suite of tests using Jest and React Testing Library to ensure the reliability of core logic and UI components. The test suites achieve the following coverage:
30-
* **Statements**: 94.64%
31-
* **Branches**: 88.88%
32-
* **Functions**: 83.33%
33-
* **Lines**: 98.03%
30+
* **Statements**: 96.25%
31+
* **Branches**: 100.00%
32+
* **Functions**: 82.35%
33+
* **Lines**: 98.64%
3434

3535

3636
## Setup

0 commit comments

Comments
 (0)