Skip to content

Commit

Permalink
fixup! Add code test coverage for non-generated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mbohlool committed Dec 2, 2016
1 parent 9e8bfe8 commit 73f6073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- "pip install codecov"

# command to run tests
script: nosetests --with-coverage --cover-package=kubernetes.config,kubernetes.watch
script: nosetests --with-coverage --cover-package=kubernetes.config,kubernetes.watch --cover-tests

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 73f6073

Please sign in to comment.