From 028d0ec486d53f303a86d4952d49a0456a94c271 Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Sat, 11 Jan 2014 16:33:51 -0500 Subject: [PATCH] Added ../../ to the src path Thinking since the src path seems to be relative to the coveralls binary that I need to go up a few directories to find my src code. --- .coveralls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coveralls.yml b/.coveralls.yml index bf014d4..3e4cf21 100644 --- a/.coveralls.yml +++ b/.coveralls.yml @@ -1,2 +1,2 @@ service_name: travis-ci -src_dir: classes +src_dir: ../../classes