Skip to content
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

Enabling pytest code coverage output by default #1352

Merged
merged 5 commits into from
Feb 2, 2021

Conversation

jnke2016
Copy link
Contributor

added the coverage plugin option by default
added pytest-cov package

@jnke2016 jnke2016 requested review from a team as code owners January 22, 2021 01:05
@rlratzel rlratzel added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change tests labels Jan 22, 2021
@jnke2016 jnke2016 changed the title Branch 0.18 covoption Enabling pytest code coverage output by default Jan 22, 2021
@codecov-io
Copy link

codecov-io commented Jan 22, 2021

Codecov Report

Merging #1352 (acca78e) into branch-0.18 (2fb0725) will decrease coverage by 1.42%.
The diff coverage is 57.84%.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.18    #1352      +/-   ##
===============================================
- Coverage        60.38%   58.95%   -1.43%     
===============================================
  Files               67       67              
  Lines             3029     3060      +31     
===============================================
- Hits              1829     1804      -25     
- Misses            1200     1256      +56     
Impacted Files Coverage Δ
python/cugraph/centrality/__init__.py 100.00% <ø> (ø)
python/cugraph/comms/comms.py 34.52% <25.00%> (ø)
python/cugraph/dask/common/input_utils.py 23.07% <28.57%> (+1.14%) ⬆️
python/cugraph/utilities/utils.py 42.96% <35.71%> (-28.59%) ⬇️
python/cugraph/dask/common/mg_utils.py 37.50% <38.09%> (-2.50%) ⬇️
python/cugraph/community/spectral_clustering.py 72.54% <38.46%> (-11.67%) ⬇️
python/cugraph/structure/number_map.py 58.12% <50.00%> (+2.16%) ⬆️
python/cugraph/structure/graph.py 68.75% <76.47%> (+1.95%) ⬆️
python/cugraph/__init__.py 100.00% <100.00%> (ø)
...ython/cugraph/centrality/betweenness_centrality.py 100.00% <100.00%> (ø)
... and 11 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 dc3ae64...acca78e. Read the comment docs.

@rlratzel rlratzel linked an issue Jan 23, 2021 that may be closed by this pull request
@jnke2016 jnke2016 requested a review from a team as a code owner January 26, 2021 17:54
@BradReesWork BradReesWork added this to the 0.18 milestone Jan 26, 2021
@BradReesWork
Copy link
Member

@gpucibot merge

@BradReesWork
Copy link
Member

rerun tests

@rlratzel
Copy link
Contributor

rlratzel commented Feb 2, 2021

rerun tests

@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 44b0679 into rapidsai:branch-0.18 Feb 2, 2021
@jnke2016 jnke2016 deleted the branch-0.18-covoption branch September 24, 2022 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH] pytest runs should use the --cov plugin option by default
5 participants