AdamSpannbauer / python_video_stab

A Python package to stabilize videos using OpenCV
https://adamspannbauer.github.io/python_video_stab/html/index.html
MIT License
682 stars 118 forks source link

add check for none status #100

Closed AdamSpannbauer closed 4 years ago

AdamSpannbauer commented 4 years ago

Fix #96

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
+ Coverage    92.3%   92.55%   +0.24%     
==========================================
  Files          16       16              
  Lines         663      591      -72     
==========================================
- Hits          612      547      -65     
+ Misses         51       44       -7
Impacted Files Coverage Δ
vidstab/VidStab.py 90.95% <100%> (+0.17%) :arrow_up:

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 146f6ac...8d00cf2. Read the comment docs.

AdamSpannbauer commented 4 years ago

Not sure what the decrease in test coverage is about... Wonder if codecov changed something. VidStab.py should have been unaffected, and the lines showing changes in coverage in the report are unrelated to the changes.


EDIT: ohhh I think I just forgot to rebase and the coverage difference is based on changes to VidStab.py in master that haven't been pulled in to this branch.


EDIT: yup, we're good.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 8d00cf2f and detected 0 issues on this pull request.

View more on Code Climate.