From 01372f69555bcb7f592339922e1462eb7306e586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jobert=20S=C3=A1?= <1816444+jobearrr@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:26:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54f181f..96a055f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ Solutions to [LeetCode](https://leetcode.com/) problems written in Swift. ## Running the solutions Each solution has test cases that can be found in the [SolutionsTests][solutions-tests-folder] folder. -So it should have 100% code coverage for obvious reasons. 😬 +The test cases should cover 100% of the code for the solutions. +Currently, the whole project does not have yet 100% code coverage as I am in the process of adding all the tests, and some problems were added but not solved yet. I'm working on them! 😬 You can modify the test cases, and provide new inputs and expected outputs.