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 38 commits into
base: main
Choose a base branch
from

plumpy -> 0.23.0

d6176fd
Select commit
Loading
Failed to load commit list.
Open

Transport & Engine: AsyncTransport plugin #6626

plumpy -> 0.23.0
d6176fd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

77.99% (+0.06%) compared to 02cbe0c

View this Pull Request on Codecov

77.99% (+0.06%) compared to 02cbe0c

Details

Codecov Report

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

Project coverage is 77.99%. Comparing base (02cbe0c) to head (d6176fd).

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.94%   77.99%   +0.06%     
==========================================
  Files         563      564       +1     
  Lines       41761    42508     +747     
==========================================
+ Hits        32545    33150     +605     
- Misses       9216     9358     +142     

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