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

Add --no-skip-covered to allow negation of --skip-covered #932

Merged
merged 1 commit into from Jun 30, 2020
Merged

Add --no-skip-covered to allow negation of --skip-covered #932

merged 1 commit into from Jun 30, 2020

Conversation

asottile
Copy link
Contributor

Resolves #779

@codecov-io
Copy link

codecov-io commented Feb 14, 2020

Codecov Report

Merging #932 into master will decrease coverage by 1.15%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #932      +/-   ##
==========================================
- Coverage   94.09%   92.93%   -1.16%     
==========================================
  Files          86       86              
  Lines       12089    12018      -71     
  Branches     1210     1207       -3     
==========================================
- Hits        11375    11169     -206     
- Misses        580      691     +111     
- Partials      134      158      +24
Impacted Files Coverage Δ
coverage/cmdline.py 93.13% <100%> (+0.02%) ⬆️
tests/test_summary.py 97.66% <100%> (+0.06%) ⬆️
tests/test_arcs.py 84.01% <0%> (-15.99%) ⬇️
tests/test_parser.py 87.5% <0%> (-12.5%) ⬇️
tests/test_debug.py 90.47% <0%> (-7.69%) ⬇️
tests/plugin2.py 55.55% <0%> (-7.41%) ⬇️
tests/test_coverage.py 93.06% <0%> (-6.57%) ⬇️
coverage/multiproc.py 67.74% <0%> (-3.69%) ⬇️
tests/test_html.py 96.4% <0%> (-3.22%) ⬇️
tests/test_plugins.py 96.39% <0%> (-2.84%) ⬇️
... and 29 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 1c5f661...f7dd884. Read the comment docs.

@nedbat nedbat merged commit 87a4e67 into nedbat:master Jun 30, 2020
@asottile asottile deleted the no_skip_covered branch June 30, 2020 00:21
@nedbat
Copy link
Owner

nedbat commented Jul 6, 2020

This is now released as part of coverage 5.2.

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.

--no-skip-covered to negate --skip-covered
3 participants