From d32bcbd60264b67f758d6eef71dbc021158d546a Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Sat, 11 Jan 2014 15:53:31 -0500 Subject: [PATCH] Added classes to the coverage src path Probably want to move to having my source in a src directory but that's not something I want to do at this time. Checking coverage in ./classes will skip over the pickles.php file (which I don't necessarily think needs tested) but also skips over the ./vendors directory which contains some third party stuff that doesn't have as much test coverage. --- .coveralls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coveralls.yml b/.coveralls.yml index d26cc0b..bf014d4 100644 --- a/.coveralls.yml +++ b/.coveralls.yml @@ -1,2 +1,2 @@ service_name: travis-ci -src_dir: ./ +src_dir: classes