From 6b39784ae46f653893d40cf447e88776599d347e Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Fri, 12 Jun 2020 12:00:00 +0000
Subject: [PATCH] Include missing lines in coverage report

---
 tools/tests/test-pytest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/tests/test-pytest.sh b/tools/tests/test-pytest.sh
index b49f07b..7ac133e 100755
--- a/tools/tests/test-pytest.sh
+++ b/tools/tests/test-pytest.sh
@@ -3,4 +3,4 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 # License-Filename: LICENSE.md
 
-PYTHONPATH=briar-gtk/briar_gtk pytest --cov=briar_gtk briar-gtk/tests/
+PYTHONPATH=briar-gtk/briar_gtk pytest --cov-report term-missing --cov=briar_gtk briar-gtk/tests/
-- 
GitLab