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

v0.12.0-alpha.0 #666

Merged
merged 74 commits into from
Jul 17, 2024

Release 0.12.0-alpha.0

0100595
Select commit
Loading
Failed to load commit list.
Merged

v0.12.0-alpha.0 #666

Release 0.12.0-alpha.0
0100595
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 17, 2024 in 0s

83.39% of diff hit (target 83.66%)

View this Pull Request on Codecov

83.39% of diff hit (target 83.66%)

Annotations

Check warning on line 99 in kipper/cli/src/commands/run.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/cli/src/commands/run.ts#L99

Added line #L99 was not covered by tests

Check warning on line 72 in kipper/core/src/compiler/ast/analysable-ast-node.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/analysable-ast-node.ts#L72

Added line #L72 was not covered by tests

Check warning on line 350 in kipper/core/src/compiler/ast/analysable-ast-node.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/analysable-ast-node.ts#L350

Added line #L350 was not covered by tests

Check warning on line 64 in kipper/core/src/compiler/ast/nodes/declarations/declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/declaration.ts#L64

Added line #L64 was not covered by tests

Check warning on line 68 in kipper/core/src/compiler/ast/nodes/declarations/declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/declaration.ts#L68

Added line #L68 was not covered by tests

Check warning on line 80 in kipper/core/src/compiler/ast/nodes/declarations/function-declaration/function-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/function-declaration/function-declaration.ts#L80

Added line #L80 was not covered by tests

Check warning on line 61 in kipper/core/src/compiler/ast/nodes/declarations/parameter-declaration/parameter-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/parameter-declaration/parameter-declaration.ts#L61

Added line #L61 was not covered by tests

Check warning on line 43 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts#L41-L43

Added lines #L41 - L43 were not covered by tests

Check warning on line 60 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts#L58-L60

Added lines #L58 - L60 were not covered by tests

Check warning on line 76 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts#L76

Added line #L76 was not covered by tests

Check warning on line 80 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts#L80

Added line #L80 was not covered by tests

Check warning on line 92 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts#L92

Added line #L92 was not covered by tests

Check warning on line 104 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts#L104

Added line #L104 was not covered by tests

Check warning on line 111 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts#L111

Added line #L111 was not covered by tests

Check warning on line 119 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts#L119

Added line #L119 was not covered by tests

Check warning on line 124 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts#L124

Added line #L124 was not covered by tests

Check warning on line 135 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts#L135

Added line #L135 was not covered by tests

Check warning on line 149 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/class-declaration/class-declaration.ts#L149

Added line #L149 was not covered by tests

Check warning on line 61 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-declaration.ts#L61

Added line #L61 was not covered by tests

Check warning on line 65 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-declaration.ts#L65

Added line #L65 was not covered by tests

Check warning on line 77 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-declaration.ts#L77

Added line #L77 was not covered by tests

Check warning on line 89 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-declaration.ts#L89

Added line #L89 was not covered by tests

Check warning on line 101 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-declaration.ts#L101

Added line #L101 was not covered by tests

Check warning on line 114 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-declaration.ts#L114

Added line #L114 was not covered by tests

Check warning on line 55 in kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-member-declaration/interface-method-declaration/interface-method-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/type-declaration/interface-declaration/interface-member-declaration/interface-method-declaration/interface-method-declaration.ts#L55

Added line #L55 was not covered by tests