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

Merged
merged 7 commits into from
Jan 23, 2025

Merge branch 'main' into async-transport

40e50e2
Select commit
Loading
Failed to load commit list.
Merged

Transport: AsyncTransport plugin #6626

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

78.09% (+0.02%) compared to d0c9572

View this Pull Request on Codecov

78.09% (+0.02%) compared to d0c9572

Details

Codecov Report

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

Project coverage is 78.09%. Comparing base (d0c9572) to head (40e50e2).

Files with missing lines Patch % Lines
src/aiida/transports/plugins/ssh_async.py 73.26% 115 Missing ⚠️
src/aiida/transports/transport.py 86.05% 36 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.08%   78.09%   +0.02%     
==========================================
  Files         563      564       +1     
  Lines       41806    42544     +738     
==========================================
+ Hits        32638    33219     +581     
- Misses       9168     9325     +157     

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