pyiron / pyiron_workflow

Graph-and-node based workflows
BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

[patch] Refactor: in-line the status management functionality #464

Closed liamhuber closed 2 months ago

liamhuber commented 2 months ago

This didn't save code duplication, so reduce complexity and complication by just putting it in-line where it's used.

github-actions[bot] commented 2 months ago

Binder :point_left: Launch a binder notebook on branch _pyiron/pyiron_workflow/directmanagement

codacy-production[bot] commented 2 months ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: -0.01% (target: -1.00%) :white_check_mark: 100.00%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (5f9ab8becac9ecfee25a1fc6cd939d76a185c360) | 3274 | 2989 | 91.30% | | | Head commit (eda2b3592b832cdc78cdd9bba92db7b99c3c70e1) | 3269 (-5) | 2984 (-5) | 91.28% (**-0.01%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#464) | 9 | 9 | **100.00%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10964437725

Details


Files with Coverage Reduction New Missed Lines %
mixin/run.py 10 89.13%
<!-- Total: 10 -->
Totals Coverage Status
Change from base Build 10964195151: -0.01%
Covered Lines: 2984
Relevant Lines: 3269

💛 - Coveralls