Skip to content

Commit

Permalink
include all source, filtering tests, add coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Oct 20, 2015
1 parent 5064d47 commit 35434d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 35434d6

Please sign in to comment.