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.
This commit is contained in:
parent
82ba7b0873
commit
d32bcbd602
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
service_name: travis-ci
|
service_name: travis-ci
|
||||||
src_dir: ./
|
src_dir: classes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue