-
Notifications
You must be signed in to change notification settings - Fork 229
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
base: main
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6884 +/- ##
==========================================
+ Coverage 79.13% 79.17% +0.05%
==========================================
Files 565 567 +2
Lines 43391 43416 +25
==========================================
+ Hits 34331 34370 +39
+ Misses 9060 9046 -14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
eedeba5
to
4980623
Compare
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 <[email protected]>
4980623
to
cb9d61e
Compare
259c2dd
to
cb9d61e
Compare
for more information, see https://pre-commit.ci
…iida-core into feat/workchain-tools
for more information, see https://pre-commit.ci
@bastonero sorry I did not give you heads up. I wanted to merge it and was about to finalize it but then there was an error in the REST API which I was not able to fix in the time |
@agoscinski no worries, and thanks a lot! is there still this issue? do we need to add/do something else/more? |
@eimrek can you have a look? It is a test error in the REST API |
Fixes #6865