Skip to content

Commit

Permalink
πŸ“ Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jobearrr authored Jul 18, 2024
1 parent 4102ccd commit 01372f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 01372f6

Please sign in to comment.