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 covimerage-run console script #47

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

blueyed
Copy link
Member

@blueyed blueyed commented Jul 8, 2018

This is required/useful for when a single command is required to wrap
Vim, e.g. with vim-thesis.

cf. local stashes

@codecov
Copy link

codecov bot commented Jul 8, 2018

Codecov Report

Merging #47 into master will increase coverage by 1.39%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   95.99%   97.38%   +1.39%     
==========================================
  Files          15       15              
  Lines        1646     1529     -117     
  Branches      176      165      -11     
==========================================
- Hits         1580     1489      -91     
+ Misses         49       27      -22     
+ Partials       17       13       -4
Flag Coverage Δ
#click6 ?
#py27 97.12% <100%> (+1.61%) ⬆️
#py34 95.74% <100%> (+1.52%) ⬆️
#py35 96.59% <100%> (+1.58%) ⬆️
#py36 96.59% <100%> (+1.58%) ⬆️
#py37 ?
Impacted Files Coverage Δ
tests/test_cli.py 100% <100%> (ø) ⬆️
covimerage/cli.py 94.48% <100%> (+0.24%) ⬆️
tests/test_logging.py 100% <0%> (ø) ⬆️
tests/test_main.py 100% <0%> (+0.4%) ⬆️
covimerage/__init__.py 91.5% <0%> (+1.01%) ⬆️
covimerage/coveragepy.py 98.19% <0%> (+6.19%) ⬆️
tests/test_coveragepy.py 100% <0%> (+6.32%) ⬆️

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 bb84cc9...f9694bb. Read the comment docs.

This is required/useful for when a single command is required to wrap
Vim, e.g. with vim-thesis.
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.

1 participant