[mousetrap/gnome3-wip: 227/240] Report missing statements in coverage report.



commit 7aa08bb54d1501b08b37b331c12b460538ecc99d
Author: Stoney Jackson <dr stoney gmail com>
Date:   Mon Jun 30 15:58:00 2014 -0400

    Report missing statements in coverage report.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 45d6e84..2970ca7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -130,7 +130,7 @@ check-local:
                                --source="$(MT_BUILD_HOME)" \
                                --omit="*/__init__.py","*/test_*.py","*/run_python_tests.py" \
                                "$(MT_BUILD_TESTS)"; \
-               coverage report ; \
+               coverage report -m; \
        else \
                PYTHONPATH="$(MT_BUILD_HOME)" \
                        "$(PYTHON)" "$(MT_BUILD_TESTS)"; \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]