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

Integrate typing into source #345

Merged
merged 1 commit into from
Oct 15, 2023

Integrate typing into source

f655ea7
Select commit
Failed to load commit list.
Merged

Integrate typing into source #345

Integrate typing into source
f655ea7
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2023 in 1s

100.00% (+0.00%) compared to 5a988e6

View this Pull Request on Codecov

100.00% (+0.00%) compared to 5a988e6

Details

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (5a988e6) 100.00% compared to head (f655ea7) 100.00%.
Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##              main      #345    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           15        14     -1     
  Lines         1957      1927    -30     
  Branches       577       351   -226     
==========================================
- Hits          1957      1927    -30     
Files Coverage Δ
src/qbittorrentapi/_version_support.py 100.00% <100.00%> (ø)
src/qbittorrentapi/app.py 100.00% <100.00%> (ø)
src/qbittorrentapi/auth.py 100.00% <100.00%> (ø)
src/qbittorrentapi/client.py 100.00% <100.00%> (ø)
src/qbittorrentapi/definitions.py 100.00% <100.00%> (ø)
src/qbittorrentapi/exceptions.py 100.00% <100.00%> (ø)
src/qbittorrentapi/log.py 100.00% <100.00%> (ø)
src/qbittorrentapi/request.py 100.00% <100.00%> (ø)
src/qbittorrentapi/rss.py 100.00% <100.00%> (ø)
src/qbittorrentapi/search.py 100.00% <100.00%> (ø)
... and 3 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.