From 9786b78c9b02d66dda06eaa0925aa50a0bd76cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 7 Feb 2020 14:29:20 +0100 Subject: [PATCH] add coverage for nose2 --- unittest.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 unittest.cfg diff --git a/unittest.cfg b/unittest.cfg new file mode 100644 index 0000000..84743c4 --- /dev/null +++ b/unittest.cfg @@ -0,0 +1,2 @@ +[coverage] +always-on = True -- GitLab