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

[Component] share loading entry for component and module #2945

Merged
merged 15 commits into from
Nov 3, 2023

Merge branch 'master' into component-model/parsing

18cc6ee
Select commit
Loading
Failed to load commit list.
Merged

[Component] share loading entry for component and module #2945

Merge branch 'master' into component-model/parsing
18cc6ee
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 3, 2023 in 1s

65.58% of diff hit (target 80.89%)

View this Pull Request on Codecov

65.58% of diff hit (target 80.89%)

Annotations

Check warning on line 28 in include/ast/module.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

include/ast/module.h#L28

Added line #L28 was not covered by tests

Check warning on line 32 in include/ast/module.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

include/ast/module.h#L32

Added line #L32 was not covered by tests

Check warning on line 36 in include/ast/module.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

include/ast/module.h#L36

Added line #L36 was not covered by tests

Check warning on line 53 in lib/loader/ast/component.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/loader/ast/component.cpp#L53

Added line #L53 was not covered by tests

Check warning on line 67 in lib/loader/ast/component.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/loader/ast/component.cpp#L67

Added line #L67 was not covered by tests

Check warning on line 78 in lib/loader/ast/component.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/loader/ast/component.cpp#L78

Added line #L78 was not covered by tests

Check warning on line 205 in lib/loader/ast/module.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/loader/ast/module.cpp#L205

Added line #L205 was not covered by tests

Check warning on line 220 in lib/loader/ast/module.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/loader/ast/module.cpp#L220

Added line #L220 was not covered by tests

Check warning on line 226 in lib/loader/ast/module.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/loader/ast/module.cpp#L226

Added line #L226 was not covered by tests

Check warning on line 231 in lib/loader/ast/module.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/loader/ast/module.cpp#L231

Added line #L231 was not covered by tests

Check warning on line 246 in lib/loader/ast/module.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/loader/ast/module.cpp#L245-L246

Added lines #L245 - L246 were not covered by tests

Check warning on line 249 in lib/loader/ast/module.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/loader/ast/module.cpp#L249

Added line #L249 was not covered by tests

Check warning on line 304 in lib/loader/ast/module.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/loader/ast/module.cpp#L304

Added line #L304 was not covered by tests

Check warning on line 138 in lib/loader/loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/loader/loader.cpp#L137-L138

Added lines #L137 - L138 were not covered by tests

Check warning on line 190 in lib/loader/loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/loader/loader.cpp#L190

Added line #L190 was not covered by tests

Check warning on line 205 in lib/loader/loader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/loader/loader.cpp#L205

Added line #L205 was not covered by tests

Check warning on line 20 in lib/validator/validator.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/validator/validator.cpp#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 247 in lib/vm/vm.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/vm/vm.cpp#L247

Added line #L247 was not covered by tests

Check warning on line 252 in lib/vm/vm.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/vm/vm.cpp#L252

Added line #L252 was not covered by tests

Check warning on line 255 in lib/vm/vm.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/vm/vm.cpp#L255

Added line #L255 was not covered by tests

Check warning on line 258 in lib/vm/vm.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/vm/vm.cpp#L257-L258

Added lines #L257 - L258 were not covered by tests

Check warning on line 341 in lib/vm/vm.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/vm/vm.cpp#L341

Added line #L341 was not covered by tests

Check warning on line 357 in lib/vm/vm.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/vm/vm.cpp#L357

Added line #L357 was not covered by tests