From 7ef2a61377cf2de894c2cae3dd775ed87ccc3198 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 22 Oct 2021 18:45:20 +0200 Subject: Fixed readme entry about code coverage --- README.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 195e545..883c726 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,6 @@ To run unit tests, use : nimble tests ``` -To calculate the code coverage of tests, use : -``` -nimble coverage -``` - To run tests only on (for example) the stack module, use : ``` nim r tests/stack.nim -- cgit v1.2.3