From fbcd6d3a8773c413c455afafc0f1153a596f851b Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 17 Feb 2021 19:46:14 +0100 Subject: [PATCH] Add optional code coverage todo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1aace4..98637cd 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ - [ ] Soft wrap - [ ] And replace - [ ] Darkmode/Lightmode or color themes +- [ ] Add [code coverage check](https://docs.gitlab.com/ee/user/project/merge_requests/test_coverage_visualization.html) to verify quality of unit tests ## Credits/Sources - [james-d/SimpleMVP](https://github.com/james-d/SimpleMVP/tree/master/src/examples/mvp) -> Demonstration of JavaFX Model/View/Controller application