Skip to content

Commit 0743b69

Browse files
docs: update readME with new test coverage percentages
1 parent ed348a0 commit 0743b69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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**: 96.25%
30+
* **Statements**: 97.50%
3131
* **Branches**: 100.00%
32-
* **Functions**: 82.35%
33-
* **Lines**: 98.64%
32+
* **Functions**: 88.23%
33+
* **Lines**: 100.00%
3434

3535

3636
## Setup

0 commit comments

Comments
 (0)