diff --git a/.travis.yml b/.travis.yml index af4ee31..eab95ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - pip install coveralls # command to run tests -script: coverage run --omit="test/*" -m unittest +script: coverage run --source="." --omit="test/*" -m unittest # publish results after_success: coveralls \ No newline at end of file diff --git a/README.md b/README.md index c202d3d..ee118d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ![build status](https://travis-ci.org/lukexi/stack-ide-sublime.svg) +[![Coverage Status](https://coveralls.io/repos/tomv564/stack-ide-sublime/badge.svg?branch=extract_parsing&service=github)](https://coveralls.io/github/tomv564/stack-ide-sublime?branch=extract_parsing) # stack-ide-sublime