Closed superstar54 closed 2 months ago
Attention: Patch coverage is 86.20690%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 79.99%. Comparing base (
5937b88
) to head (085aa1d
). Report is 61 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
aiida_workgraph/properties/builtins.py | 79.62% | 11 Missing :warning: |
tests/test_socket.py | 88.88% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Why the bump to node-graph v0.0.17? Is this just a side thing, or does it have deeper meaning?
I updated the node-graph
to support passing type_mapping
as an argument when creating the task. So this is needed.
aiida-workgraph
borrows some socket type from thenode-graph
package, which make it hard to control the property of the socket.This PR removes all socket types from
node-graph
.