summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-07 03:22:36 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-21 16:11:33 -0400
commit8a9479f8eaab73676ef98c570dfafaff2b5453ec (patch)
treece888ccfb41b95681f1a772d59d0a704cf0ef04a /.coveragerc
parent17328e7019b8b7406a82a508beedf3138ad1681b (diff)
downloadmeson-8a9479f8eaab73676ef98c570dfafaff2b5453ec.tar.gz
Enable code coverage on Travis.
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc33
1 files changed, 33 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index a345f4684..c3d41d4b8 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -15,3 +15,36 @@ source =
run_project_tests.py
run_tests.py
run_unittests.py
+
+# Aliases to /root/ are needed because Travis runs in docker at /root/.
+[paths]
+meson =
+ meson.py
+ /root/meson.py
+mesonbuild =
+ mesonbuild/
+ /root/mesonbuild/
+mesonconf =
+ mesonconf.py
+ /root/mesonconf.py
+mesonintrospect =
+ mesonintrospect.py
+ /root/mesonintrospect.py
+mesonrewriter =
+ mesonrewriter.py
+ /root/mesonrewriter.py
+mesontest =
+ mesontest.py
+ /root/mesontest.py
+run_cross_test =
+ run_cross_test.py
+ /root/run_cross_test.py
+run_project_tests =
+ run_project_tests.py
+ /root/run_project_tests.py
+run_tests =
+ run_tests.py
+ /root/run_tests.py
+run_unittests =
+ run_unittests.py
+ /root/run_unittests.py