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 complete promise api #63

Merged
merged 1 commit into from
Sep 19, 2023

Add complete promise api

1745719
Select commit
Loading
Failed to load commit list.
Merged

Add complete promise api #63

Add complete promise api
1745719
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 19, 2023 in 0s

73.46% of diff hit (target 68.91%)

View this Pull Request on Codecov

73.46% of diff hit (target 68.91%)

Annotations

Check warning on line 45 in internal/app/coroutines/completePromise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/completePromise.go#L42-L45

Added lines #L42 - L45 were not covered by tests

Check warning on line 65 in internal/app/coroutines/completePromise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/completePromise.go#L62-L65

Added lines #L62 - L65 were not covered by tests

Check warning on line 74 in internal/app/coroutines/completePromise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/completePromise.go#L70-L74

Added lines #L70 - L74 were not covered by tests

Check warning on line 95 in internal/app/coroutines/completePromise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/completePromise.go#L76-L95

Added lines #L76 - L95 were not covered by tests

Check warning on line 119 in internal/app/coroutines/completePromise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/completePromise.go#L116-L119

Added lines #L116 - L119 were not covered by tests

Check warning on line 175 in internal/app/coroutines/completePromise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/completePromise.go#L172-L175

Added lines #L172 - L175 were not covered by tests

Check warning on line 66 in pkg/promise/promise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/promise/promise.go#L62-L66

Added lines #L62 - L66 were not covered by tests

Check warning on line 80 in pkg/promise/promise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/promise/promise.go#L68-L80

Added lines #L68 - L80 were not covered by tests

Check warning on line 83 in pkg/promise/promise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/promise/promise.go#L83

Added line #L83 was not covered by tests

Check warning on line 263 in test/dst/model.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/dst/model.go#L262-L263

Added lines #L262 - L263 were not covered by tests

Check warning on line 267 in test/dst/model.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/dst/model.go#L267

Added line #L267 was not covered by tests

Check warning on line 270 in test/dst/model.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/dst/model.go#L269-L270

Added lines #L269 - L270 were not covered by tests

Check warning on line 277 in test/dst/model.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/dst/model.go#L274-L277

Added lines #L274 - L277 were not covered by tests