Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[MRG] Travis add coverage to Python 3 build and oldest version build #8435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2017

Conversation

lesteve
Copy link
Member

@lesteve lesteve commented Feb 22, 2017

Just making sure that the CIs pass and that the codecov looks fine, before I merge it.

codecov can combine the information from multiple builds.

The reason for adding Python 3 to the coverage is obvious. While I was at it I enabled coverage in the "oldest versions" build, there may be some coverage information that does not overlap with the other builds, e.g. in sklearn.utils.fixes.

@codecov
Copy link

codecov bot commented Feb 22, 2017

Codecov Report

Merging #8435 into master will increase coverage by 0.72%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #8435      +/-   ##
==========================================
+ Coverage   94.75%   95.47%   +0.72%     
==========================================
  Files         342      342              
  Lines       60902    60902              
==========================================
+ Hits        57708    58149     +441     
+ Misses       3194     2753     -441
Impacted Files Coverage Δ
sklearn/model_selection/tests/test_split.py 95.7% <ø> (+0.14%)
sklearn/preprocessing/tests/test_data.py 99.9% <ø> (+0.19%)
sklearn/tests/test_grid_search.py 100% <ø> (+0.21%)
sklearn/linear_model/least_angle.py 95.94% <ø> (+0.25%)
sklearn/ensemble/tests/test_gradient_boosting.py 95.97% <ø> (+0.32%)
sklearn/linear_model/tests/test_logistic.py 100% <ø> (+0.33%)
sklearn/tests/test_cross_validation.py 99.73% <ø> (+0.39%)
sklearn/model_selection/_search.py 98.3% <ø> (+0.42%)
sklearn/metrics/tests/test_classification.py 100% <ø> (+0.42%)
sklearn/cluster/tests/test_k_means.py 100% <ø> (+0.44%)
... and 37 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update daeba62...9f32148. Read the comment docs.

@lesteve
Copy link
Member Author

lesteve commented Feb 22, 2017

Codecov report looks good, merging.

@lesteve lesteve merged commit a1d0e9f into scikit-learn:master Feb 22, 2017
@lesteve lesteve deleted the use-coverage-on-python-3 branch February 22, 2017 14:56
@jnothman
Copy link
Member

jnothman commented Feb 22, 2017 via email

sergeyf pushed a commit to sergeyf/scikit-learn that referenced this pull request Feb 28, 2017
@Przemo10 Przemo10 mentioned this pull request Mar 17, 2017
Sundrique pushed a commit to Sundrique/scikit-learn that referenced this pull request Jun 14, 2017
NelleV pushed a commit to NelleV/scikit-learn that referenced this pull request Aug 11, 2017
paulha pushed a commit to paulha/scikit-learn that referenced this pull request Aug 19, 2017
maskani-moh pushed a commit to maskani-moh/scikit-learn that referenced this pull request Nov 15, 2017
lemonlaug pushed a commit to lemonlaug/scikit-learn that referenced this pull request Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants