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

Support for Parameterized type #52

Merged

Address review comments

a123411
Select commit
Loading
Failed to load commit list.
Merged

Support for Parameterized type #52

Address review comments
a123411
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 2, 2024 in 1s

60.09% of diff hit (target 54.53%)

View this Pull Request on Codecov

60.09% of diff hit (target 54.53%)

Annotations

Check warning on line 76 in extensions/simple_extension.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/simple_extension.go#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 91 in extensions/simple_extension.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/simple_extension.go#L90-L91

Added lines #L90 - L91 were not covered by tests

Check warning on line 103 in extensions/simple_extension.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

extensions/simple_extension.go#L102-L103

Added lines #L102 - L103 were not covered by tests

Check warning on line 19 in types/any_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/any_type.go#L16-L19

Added lines #L16 - L19 were not covered by tests

Check warning on line 21 in types/any_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/any_type.go#L21

Added line #L21 was not covered by tests

Check warning on line 26 in types/any_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/any_type.go#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 28 in types/any_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/any_type.go#L28

Added line #L28 was not covered by tests

Check warning on line 30 in types/any_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/any_type.go#L30

Added line #L30 was not covered by tests

Check warning on line 34 in types/any_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/any_type.go#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 38 in types/any_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/any_type.go#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 49 in types/any_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/any_type.go#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 57 in types/any_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/any_type.go#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 22 in types/parameterized_decimal_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/parameterized_decimal_type.go#L19-L22

Added lines #L19 - L22 were not covered by tests

Check warning on line 25 in types/parameterized_decimal_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/parameterized_decimal_type.go#L25

Added line #L25 was not covered by tests

Check warning on line 28 in types/parameterized_decimal_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/parameterized_decimal_type.go#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 34 in types/parameterized_decimal_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/parameterized_decimal_type.go#L34

Added line #L34 was not covered by tests

Check warning on line 37 in types/parameterized_decimal_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/parameterized_decimal_type.go#L37

Added line #L37 was not covered by tests

Check warning on line 39 in types/parameterized_decimal_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/parameterized_decimal_type.go#L39

Added line #L39 was not covered by tests

Check warning on line 16 in types/parameterized_types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/parameterized_types.go#L15-L16

Added lines #L15 - L16 were not covered by tests

Check warning on line 20 in types/parameterized_types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/parameterized_types.go#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 39 in types/parameterized_types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/parameterized_types.go#L39

Added line #L39 was not covered by tests

Check warning on line 45 in types/parameterized_types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/parameterized_types.go#L45

Added line #L45 was not covered by tests

Check warning on line 48 in types/parameterized_types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/parameterized_types.go#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 54 in types/parameterized_types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/parameterized_types.go#L54

Added line #L54 was not covered by tests

Check warning on line 57 in types/parameterized_types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/parameterized_types.go#L57

Added line #L57 was not covered by tests