Closed liamhuber closed 9 months ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: -0.05% (target: -1.00%) | :white_check_mark: 83.78% |
You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
pyiron_workflow/job.py | 30 | 32 | 93.75% | ||
<!-- | Total: | 33 | 35 | 94.29% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
job.py | 9 | 89.9% | ||
channels.py | 11 | 94.39% | ||
<!-- | Total: | 20 | --> |
Totals | |
---|---|
Change from base Build 7978218853: | 0.2% |
Covered Lines: | 5733 |
Relevant Lines: | 6276 |
Still, this leans directly on the storage provided by
pyiron_base.jobs.flex.PythonFunctionContainerJob
Breaking: removes the
create_job_with_python_wrapper
interface frompyiron_workflow.job
.