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 1, 2016
1 parent 3624fe7 commit 468b3b7
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 468b3b7

Please sign in to comment.