Skip to content
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

feat!: Node#Length() now has an error return #532

Closed
wants to merge 1 commit into from

feat!: Node#Length() now has an error return

fd4241a
Select commit
Loading
Failed to load commit list.
Closed

feat!: Node#Length() now has an error return #532

feat!: Node#Length() now has an error return
fd4241a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 7, 2023 in 1s

67.88% of diff hit (target 67.62%)

View this Pull Request on Codecov

67.88% of diff hit (target 67.62%)

Annotations

Check warning on line 62 in adl/rot13adl/rot13node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

adl/rot13adl/rot13node.go#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 55 in adl/rot13adl/rot13substrate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

adl/rot13adl/rot13substrate.go#L54-L55

Added lines #L54 - L55 were not covered by tests

Check warning on line 76 in codec/dagcbor/marshal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

codec/dagcbor/marshal.go#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 183 in codec/dagcbor/marshal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

codec/dagcbor/marshal.go#L182-L183

Added lines #L182 - L183 were not covered by tests

Check warning on line 284 in codec/dagcbor/marshal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

codec/dagcbor/marshal.go#L283-L284

Added lines #L283 - L284 were not covered by tests

Check warning on line 307 in codec/dagcbor/marshal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

codec/dagcbor/marshal.go#L306-L307

Added lines #L306 - L307 were not covered by tests

Check warning on line 67 in codec/dagjson/marshal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

codec/dagjson/marshal.go#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 155 in codec/dagjson/marshal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

codec/dagjson/marshal.go#L154-L155

Added lines #L154 - L155 were not covered by tests

Check warning on line 73 in datamodel/copy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

datamodel/copy.go#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 99 in datamodel/copy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

datamodel/copy.go#L98-L99

Added lines #L98 - L99 were not covered by tests

Check warning on line 111 in datamodel/equal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

datamodel/equal.go#L111

Added line #L111 was not covered by tests

Check warning on line 115 in datamodel/equal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

datamodel/equal.go#L115

Added line #L115 was not covered by tests

Check warning on line 142 in datamodel/equal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

datamodel/equal.go#L142

Added line #L142 was not covered by tests

Check warning on line 146 in datamodel/equal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

datamodel/equal.go#L146

Added line #L146 was not covered by tests

Check warning on line 35 in datamodel/unit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

datamodel/unit.go#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 114 in datamodel/unit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

datamodel/unit.go#L113-L114

Added lines #L113 - L114 were not covered by tests

Check warning on line 40 in fluent/toInterfaceValue.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

fluent/toInterfaceValue.go#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 62 in fluent/toInterfaceValue.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

fluent/toInterfaceValue.go#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 47 in node/basicnode/bool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/basicnode/bool.go#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 50 in node/basicnode/bytes.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/basicnode/bytes.go#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 50 in node/basicnode/bytes_stream.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/basicnode/bytes_stream.go#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 47 in node/basicnode/float.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/basicnode/float.go#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 62 in node/basicnode/int.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/basicnode/int.go#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 121 in node/basicnode/int.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/basicnode/int.go#L120-L121

Added lines #L120 - L121 were not covered by tests

Check warning on line 48 in node/basicnode/link.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/basicnode/link.go#L47-L48

Added lines #L47 - L48 were not covered by tests