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

chore: add typing hints to pytest components #1478

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

test: add pytester based tests for the pytest labgrid fixtures

a8f887c
Select commit
Loading
Failed to load commit list.
Open

chore: add typing hints to pytest components #1478

test: add pytester based tests for the pytest labgrid fixtures
a8f887c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 6, 2025 in 0s

56.5% (+0.3%) compared to 587a872

View this Pull Request on Codecov

56.5% (+0.3%) compared to 587a872

Details

Codecov Report

Attention: Patch coverage is 90.69767% with 4 lines in your changes missing coverage. Please review.

Project coverage is 56.5%. Comparing base (587a872) to head (a8f887c).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
labgrid/logging.py 71.4% 2 Missing ⚠️
labgrid/pytestplugin/fixtures.py 91.6% 1 Missing ⚠️
labgrid/remote/client.py 50.0% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1478     +/-   ##
========================================
+ Coverage    56.2%   56.5%   +0.3%     
========================================
  Files         170     170             
  Lines       13247   13261     +14     
========================================
+ Hits         7449    7502     +53     
+ Misses       5798    5759     -39     

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