Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
[MRG] fix command for make test-coverage #10188
+1
−1
Conversation
amueller
added some commits
Nov 22, 2017
amueller
requested a review
from
lesteve
Nov 22, 2017
@@ -34,7 +34,7 @@ endif | ||
test-coverage: | ||
rm -rf coverage .coverage | ||
- $(PYTEST) sklearn --show-locals -v --with-cov sklearn | ||
+ $(PYTEST) sklearn --showlocals -v --cov=sklearn --cov-report=html:coverage |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
lesteve
Nov 23, 2017
Member
Sorry for this, it slips through the cracks it seems ... I checked locally that it was generating the html coverage fine as was the nose equivalent command.
lesteve
Nov 23, 2017
Member
Sorry for this, it slips through the cracks it seems ... I checked locally that it was generating the html coverage fine as was the nose equivalent command.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
Merging thanks a lot ! |
lesteve
merged commit 26421be
into
scikit-learn:master
Nov 23, 2017
6 checks passed
ci/circleci
Your tests passed on CircleCI!
Details
codecov/patch
Coverage not affected when comparing 816e2eb...2b91782
Details
codecov/project
96.1% remains the same compared to 816e2eb
Details
continuous-integration/appveyor/pr
AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
lgtm analysis: Python
No alert changes
Details
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
amueller
Nov 23, 2017
Owner
Thanks. No worries and thanks for working on all the house-keeping stuff!
Thanks. No worries and thanks for working on all the house-keeping stuff! |
pushed a commit
to jwjohnson314/scikit-learn
that referenced
this pull request
Dec 18, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
amueller commentedNov 22, 2017
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?