Skip to content

Enabling pytest code coverage output by default#1352

Merged
rapids-bot[bot] merged 5 commits intorapidsai:branch-0.18from
jnke2016:branch-0.18-covoption
Feb 2, 2021
Merged

Enabling pytest code coverage output by default#1352
rapids-bot[bot] merged 5 commits intorapidsai:branch-0.18from
jnke2016:branch-0.18-covoption

Conversation

@jnke2016
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
Member

@gpucibot merge

@BradReesWork
Copy link
Copy Markdown
Member

rerun tests

@rlratzel
Copy link
Copy Markdown
Contributor

rlratzel commented Feb 2, 2021

rerun tests

@BradReesWork
Copy link
Copy Markdown
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