From 7bc2ec3ce0e83440947f73825cd9bda181aed8d0 Mon Sep 17 00:00:00 2001 From: Eduardo Gulias Davis Date: Mon, 24 Mar 2014 13:25:47 +0100 Subject: [PATCH] #1 - Coveralls integration --- .coveralls.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 0000000..143c197 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1,3 @@ +service_name: travis-ci +src_dir: . +coverage_clover: build/logs/clover*.xml