Skip to content

removed circular import issue checking for container entrypoint

b913f30
Select commit
Loading
Failed to load commit list.
Open

Support using container entrypoints for shell tasks #822

removed circular import issue checking for container entrypoint
b913f30
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 21, 2025 in 0s

57.64% (-30.26%) compared to 47c3958

View this Pull Request on Codecov

57.64% (-30.26%) compared to 47c3958

Details

Codecov Report

Attention: Patch coverage is 16.07143% with 47 lines in your changes missing coverage. Please review.

Project coverage is 57.64%. Comparing base (47c3958) to head (b913f30).

Files with missing lines Patch % Lines
pydra/environments/tests/test_environments.py 13.04% 20 Missing ⚠️
pydra/environments/base.py 21.42% 11 Missing ⚠️
pydra/compose/shell/builder.py 12.50% 7 Missing ⚠️
pydra/compose/shell/task.py 14.28% 6 Missing ⚠️
pydra/environments/docker.py 0.00% 1 Missing ⚠️
pydra/environments/native.py 0.00% 1 Missing ⚠️
pydra/environments/singularity.py 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (47c3958) and HEAD (b913f30). Click for more details.

HEAD has 16 uploads less than BASE
Flag BASE (47c3958) HEAD (b913f30)
22 6
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #822       +/-   ##
===========================================
- Coverage   87.89%   57.64%   -30.26%     
===========================================
  Files          84       84               
  Lines       17890    17907       +17     
  Branches     3483     1556     -1927     
===========================================
- Hits        15725    10323     -5402     
- Misses       1809     7399     +5590     
+ Partials      356      185      -171     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.