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

Add (preliminary) support for dicts structure #17

Merged
merged 14 commits into from
Nov 20, 2024

test(dict): add tests for WriteTerm method

f1d5e88
Select commit
Loading
Failed to load commit list.
Merged

Add (preliminary) support for dicts structure #17

test(dict): add tests for WriteTerm method
f1d5e88
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 20, 2024 in 0s

94.89% of diff hit (target 98.29%)

View this Pull Request on Codecov

94.89% of diff hit (target 98.29%)

Annotations

Check warning on line 259 in engine/clause.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/clause.go#L258-L259

Added lines #L258 - L259 were not covered by tests

Check warning on line 239 in engine/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/dict.go#L238-L239

Added lines #L238 - L239 were not covered by tests

Check warning on line 276 in engine/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/dict.go#L275-L276

Added lines #L275 - L276 were not covered by tests

Check warning on line 286 in engine/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/dict.go#L285-L286

Added lines #L285 - L286 were not covered by tests

Check warning on line 290 in engine/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/dict.go#L289-L290

Added lines #L289 - L290 were not covered by tests

Check warning on line 305 in engine/dict.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/dict.go#L304-L305

Added lines #L304 - L305 were not covered by tests

Check warning on line 822 in engine/parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/parser.go#L821-L822

Added lines #L821 - L822 were not covered by tests

Check warning on line 827 in engine/parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/parser.go#L826-L827

Added lines #L826 - L827 were not covered by tests

Check warning on line 833 in engine/parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/parser.go#L832-L833

Added lines #L832 - L833 were not covered by tests

Check warning on line 842 in engine/parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/parser.go#L840-L842

Added lines #L840 - L842 were not covered by tests

Check warning on line 857 in engine/parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/parser.go#L857

Added line #L857 was not covered by tests