Closed liamhuber closed 7 months ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.00% (target: -1.00%) | :white_check_mark: 100.00% |
You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation
Right now, practically, the parent-most graph object is the parent-most semantic object is a
Node
. There is no reason this needs to be so. These changes make it so that(semantic/graph)_(root/path)
operate up to the parent-mostSemantic
andNode
objects respectively -- i.e. a "graph" is a semantic tree whose parent-most object is also aNode
.