From 61872c13bb90250a98fdbb284db16f7829aaafcb Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Thu, 25 Mar 2021 16:45:55 +0100 Subject: [PATCH] Fix markup in CONTRIBUTING --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 624ea35..ecc5823 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -21,7 +21,7 @@ Run codechecks with:: flake8 . -Run unittests with coverage report: +Run unittests with coverage report:: coverage run --source=beeref -m pytest; coverage html