Skip to content

Commit

Permalink
Run coverage on only emoint
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatesh-1729 committed Sep 19, 2017
1 parent d91e9bf commit a1ea54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
. venv/bin/activate
export JDK_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
coverage run --source=. -m unittest discover -v
coverage run --source=emoint -m unittest discover -v
coverage report
COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN coveralls --verbose
- run:
Expand Down

0 comments on commit a1ea54e

Please sign in to comment.