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

Transport: AsyncTransport plugin #6626

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Merge branch 'main' into async-transport

eb3930f
Select commit
Loading
Failed to load commit list.
Open

Transport: AsyncTransport plugin #6626

Merge branch 'main' into async-transport
eb3930f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 22, 2025 in 0s

78.06% (+0.01%) compared to aa0aa26

View this Pull Request on Codecov

78.06% (+0.01%) compared to aa0aa26

Details

Codecov Report

Attention: Patch coverage is 80.15695% with 177 lines in your changes missing coverage. Please review.

Project coverage is 78.06%. Comparing base (aa0aa26) to head (eb3930f).

Files with missing lines Patch % Lines
src/aiida/transports/plugins/ssh_async.py 73.15% 116 Missing ⚠️
src/aiida/transports/transport.py 86.33% 35 Missing ⚠️
src/aiida/transports/plugins/ssh.py 88.10% 10 Missing ⚠️
src/aiida/engine/daemon/execmanager.py 70.00% 9 Missing ⚠️
src/aiida/transports/plugins/local.py 92.31% 6 Missing ⚠️
src/aiida/transports/util.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6626      +/-   ##
==========================================
+ Coverage   78.05%   78.06%   +0.01%     
==========================================
  Files         563      564       +1     
  Lines       41790    42528     +738     
==========================================
+ Hits        32616    33196     +580     
- Misses       9174     9332     +158     

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