Skip to content

Commit

Permalink
Merge pull request kubernetes-client#978 from palnabarun/coverage-pyt…
Browse files Browse the repository at this point in the history
…est-port

Port coverage report generation to pytest
  • Loading branch information
k8s-ci-robot authored Oct 16, 2019
2 parents 2dfb303 + 064b80e commit 9c205e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
coverage>=4.0.3
nose>=1.3.7
pytest
pytest-cov
pluggy>=0.3.1
py>=1.4.31
randomize>=0.13
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ commands =
[testenv:coverage]
commands =
python -V
nosetests --with-coverage --cover-package=kubernetes.config,kubernetes.watch --cover-tests
pytest --cov=kubernetes/watch --cov=kubernetes/config kubernetes/watch kubernetes/config

[testenv:codecov]
commands =
Expand Down

0 comments on commit 9c205e6

Please sign in to comment.