The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/pylxd/pull/406

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Anne Borcherding <anne.borcherd...@iosb.fraunhofer.de>
From e8c222d562f078540d92a4a48124f3fbf30e9762 Mon Sep 17 00:00:00 2001
From: Anne Borcherding <anne.borcherd...@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.borcherd...@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
  ===============  ==================================
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to