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 & Engine: AsyncTransport plugin #6626

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

plumpy dependency pin the exact commit

2ebf945
Select commit
Loading
Failed to load commit list.
Open

Transport & Engine: AsyncTransport plugin #6626

plumpy dependency pin the exact commit
2ebf945
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 0s

77.97% (+0.06%) compared to c532b34

View this Pull Request on Codecov

77.97% (+0.06%) compared to c532b34

Details

Codecov Report

Attention: Patch coverage is 81.93277% with 172 lines in your changes missing coverage. Please review.

Project coverage is 77.97%. Comparing base (c532b34) to head (2ebf945).

Files with missing lines Patch % Lines
src/aiida/transports/plugins/ssh_async.py 76.28% 102 Missing ⚠️
src/aiida/transports/transport.py 87.50% 33 Missing ⚠️
src/aiida/engine/daemon/execmanager.py 75.56% 11 Missing ⚠️
src/aiida/transports/plugins/ssh.py 87.96% 10 Missing ⚠️
src/aiida/transports/plugins/local.py 92.21% 6 Missing ⚠️
src/aiida/engine/processes/calcjobs/monitors.py 66.67% 1 Missing ⚠️
src/aiida/engine/processes/calcjobs/tasks.py 75.00% 1 Missing ⚠️
src/aiida/engine/transports.py 66.67% 1 Missing ⚠️
src/aiida/orm/authinfos.py 66.67% 1 Missing ⚠️
src/aiida/orm/computers.py 66.67% 1 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6626      +/-   ##
==========================================
+ Coverage   77.92%   77.97%   +0.06%     
==========================================
  Files         563      564       +1     
  Lines       41671    42418     +747     
==========================================
+ Hits        32467    33072     +605     
- Misses       9204     9346     +142     

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