From 2b3ca1953b218d5f929bd7c2a25fd5992d96891b Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sat, 9 Feb 2019 21:21:54 +0000 Subject: [PATCH] issue #531: first attempt at coveralls --- .ci/mitogen_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/mitogen_tests.py b/.ci/mitogen_tests.py index 4ba796c2..dcee87d2 100755 --- a/.ci/mitogen_tests.py +++ b/.ci/mitogen_tests.py @@ -12,3 +12,4 @@ os.environ.update({ }) ci_lib.run('./run_tests -v') +ci_lib.run('coveralls')