From 03f5dac49184a4d1553cd7c8b3d9f579f3ab1050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Wed, 1 Mar 2023 15:46:00 +0100 Subject: [PATCH] CONTRIBUTING: Coverage indication --- CONTRIBUTING.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7a8d9e01..b0d399bd 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -21,6 +21,8 @@ Unit tests To run the tests, you just need to run `tox`. Everything must be green before patches get merged. +The test coverage is 100%, patches won't be accepted if not entirely covered. + Style -----