videomorph-dev / videomorph

A user-friendly Video Converter based on FFMPEG and written in Python/PyQt5.
https://videomorph-dev.github.io/videomorph/
Apache License 2.0
94 stars 22 forks source link

Add a services array and include xvfb there #39

Closed lpozo closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #39 into master will decrease coverage by 17.67%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #39       +/-   ##
===========================================
- Coverage   58.64%   40.97%   -17.68%     
===========================================
  Files           7        6        -1     
  Lines         711      266      -445     
  Branches       75       29       -46     
===========================================
- Hits          417      109      -308     
+ Misses        282      152      -130     
+ Partials       12        5        -7     
Impacted Files Coverage Δ
videomorph/converter/utils.py 28.26% <0.00%> (-67.40%) :arrow_down:
videomorph/converter/__init__.py 25.00% <0.00%> (-68.75%) :arrow_down:
videomorph/converter/launchers.py 43.67% <0.00%> (ø)
videomorph/converter/exceptions.py 100.00% <0.00%> (ø)
videomorph/converter/vmpath.py 34.78% <0.00%> (ø)

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 dbccfbf...e32b7c9. Read the comment docs.