[lxc-devel] [pylxd/master] Added setting to show missing lines of test coverage

anneborcherding on Github lxc-bot at linuxcontainers.org
Wed Jul 15 05:48:46 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 371 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200714/1fe21f63/attachment.bin>
-------------- next part --------------
From e8c222d562f078540d92a4a48124f3fbf30e9762 Mon Sep 17 00:00:00 2001
From: Anne Borcherding <anne.borcherding at iosb.fraunhofer.de>
Date: Wed, 15 Jul 2020 07:45:20 +0200
Subject: [PATCH] Added setting to show missing lines of test coverage

Signed-off-by: Anne Borcherding <anne.borcherding at iosb.fraunhofer.de>
---
 .coveragerc      | 1 +
 CONTRIBUTORS.rst | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.coveragerc b/.coveragerc
index fb864555..6f82cddc 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -3,6 +3,7 @@ branch = True
 source = pylxd
 
 [report]
+show_missing=True
 omit =
     pylxd/tests/*
     pylxd/deprecated/*
diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst
index 3c73dbcd..52a170cc 100644
--- a/CONTRIBUTORS.rst
+++ b/CONTRIBUTORS.rst
@@ -36,5 +36,6 @@ These are the contributors to pylxd according to the Github repository.
  mrtc0            Kohei Morita
  gabrik           Gabriele Baldoni
  felix-engelmann  Felix Engelmann
+ anneborcherding  Anne Borcherding
  ===============  ==================================
 


More information about the lxc-devel mailing list