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

Fixed bug in USBTMC code which caused issues when packets were longer than max usb packet size #449

Merged
merged 7 commits into from
Oct 1, 2024

[pre-commit.ci] auto fixes from pre-commit.com hooks

ecd7b35
Select commit
Loading
Failed to load commit list.
Merged

Fixed bug in USBTMC code which caused issues when packets were longer than max usb packet size #449

[pre-commit.ci] auto fixes from pre-commit.com hooks
ecd7b35
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 10, 2024 in 0s

24.36% (-0.12%) compared to eed3dca

View this Pull Request on Codecov

24.36% (-0.12%) compared to eed3dca

Details

Codecov Report

Attention: Patch coverage is 0% with 18 lines in your changes missing coverage. Please review.

Project coverage is 24.36%. Comparing base (eed3dca) to head (ecd7b35).

Files with missing lines Patch % Lines
pyvisa_py/usb.py 0.00% 14 Missing ⚠️
pyvisa_py/protocols/usbtmc.py 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #449      +/-   ##
==========================================
- Coverage   24.48%   24.36%   -0.12%     
==========================================
  Files          23       23              
  Lines        3488     3505      +17     
  Branches      485      489       +4     
==========================================
  Hits          854      854              
- Misses       2617     2634      +17     
  Partials       17       17              

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