typed-ffmpeg icon indicating copy to clipboard operation
typed-ffmpeg copied to clipboard

fix #416 extra_options cannot give None as value

Open lucemia opened this issue 9 months ago • 2 comments
trafficstars

lucemia avatar Feb 06 '25 10:02 lucemia

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.71%. Comparing base (a506c0a) to head (2e42e22). Report is 152 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #438   +/-   ##
=======================================
  Coverage   94.71%   94.71%           
=======================================
  Files          46       46           
  Lines        1834     1834           
=======================================
  Hits         1737     1737           
  Misses         97       97           
Flag Coverage Δ
3.10 94.71% <100.00%> (ø)
3.11 94.71% <100.00%> (ø)
3.12 94.71% <100.00%> (ø)
3.13 94.71% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/ffmpeg/dag/io/_input.py 100.00% <ø> (ø)
src/ffmpeg/dag/io/_output.py 100.00% <ø> (ø)
src/ffmpeg/dag/io/output_args.py 100.00% <100.00%> (ø)
src/ffmpeg/types.py 100.00% <100.00%> (ø)
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Feb 06 '25 11:02 codecov[bot]

User must declare the dict, maybe just remove the None value

lucemia avatar Feb 06 '25 11:02 lucemia