Skip to content

Conversation

@lucemia
Copy link
Contributor

@lucemia lucemia commented Feb 6, 2025

No description provided.

@codecov
Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

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%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lucemia
Copy link
Contributor Author

lucemia commented Feb 6, 2025

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

input1 = input("input1")

value = {"str": "x", "int": 1, "float": 0.1}
value: dict[str, str | int | float] = {"str": "x", "int": 1, "float": 0.1}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

變得很麻煩

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.

2 participants