From 485cfcc203438d440cf6873d881ec31e0e3b5d57 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Wed, 5 Jul 2023 13:08:53 +0100 Subject: [PATCH] Updated documentation for base readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf5675ff..63cd9ac8 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ pytest This will run the complete panel of tests and report on coverage in the locations specified by the pytest.ini file. -To run tests in a specific service, e.g. inside of model_data, simple run +To run tests in a specific service, e.g. inside of model_data, simply run ```commandline -pytest model_data +pytest --cov-config=model_data/.coveragerc --cov=model_data ``` This will produce the test results and coverage reports \ No newline at end of file