Skip to content

Add tools property and entrypoint for workflows #6884

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

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

Conversation

bastonero
Copy link
Contributor

Fixes #6865

Copy link

codecov bot commented May 20, 2025

Codecov Report

Attention: Patch coverage is 96.29630% with 1 line in your changes missing coverage. Please review.

Project coverage is 78.46%. Comparing base (43176cb) to head (8f9dfba).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/aiida/orm/nodes/process/workflow/workchain.py 95.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6884      +/-   ##
==========================================
- Coverage   78.60%   78.46%   -0.13%     
==========================================
  Files         567      569       +2     
  Lines       43097    43152      +55     
==========================================
- Hits        33871    33854      -17     
- Misses       9226     9298      +72     

☔ 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.

@agoscinski agoscinski force-pushed the feat/workchain-tools branch 2 times, most recently from eedeba5 to 4980623 Compare June 3, 2025 20:39
This is an implementation of feature request in issue aiidateam#6865. Further
changes:
* Extend the typing hints from `tools` output as it can return `None`
* Add tests for `CalcJobNode.tools` and `WorkChainNode.tools`

---------

Co-authored-by: Alexander Goscinski <alex.goscinski@posteo.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Tools plugin to WorkChains
2 participants