From 26bea9c2a7c68d4f6f66161606ca8832737df2d9 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 3 Dec 2018 20:25:51 +0100 Subject: [PATCH] Add coverage configuration --- setup.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/setup.cfg b/setup.cfg index 1fd4893..9035024 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,14 @@ [flake8] max-line-length = 160 + +[coverage:run] +source = fints + +[coverage:report] +exclude_lines = + pragma: no cover + def __str__ + der __repr__ + if settings.DEBUG + NOQA + NotImplementedError -- 2.47.2