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 tags and createdOn/completedOn timestamps to promises #9

Merged
merged 2 commits into from
Aug 31, 2023

Add tags to dst

44ae889
Select commit
Loading
Failed to load commit list.
Merged

Add tags and createdOn/completedOn timestamps to promises #9

Add tags to dst
44ae889
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 31, 2023 in 0s

88.42% of diff hit (target 75.03%)

View this Pull Request on Codecov

88.42% of diff hit (target 75.03%)

Annotations

Check warning on line 112 in internal/aio/aio.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/aio/aio.go#L112

Added line #L112 was not covered by tests

Check warning on line 142 in internal/aio/aio.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/aio/aio.go#L141-L142

Added lines #L141 - L142 were not covered by tests

Check warning on line 57 in internal/app/coroutines/cancelPromise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/cancelPromise.go#L57

Added line #L57 was not covered by tests

Check warning on line 138 in internal/app/coroutines/createPromise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/createPromise.go#L135-L138

Added lines #L135 - L138 were not covered by tests

Check warning on line 57 in internal/app/coroutines/readPromise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/readPromise.go#L53-L57

Added lines #L53 - L57 were not covered by tests

Check warning on line 57 in internal/app/coroutines/resolvePromise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/resolvePromise.go#L57

Added line #L57 was not covered by tests

Check warning on line 33 in internal/app/coroutines/timeoutPromise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/timeoutPromise.go#L33

Added line #L33 was not covered by tests

Check warning on line 86 in internal/app/coroutines/timeoutPromise.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/timeoutPromise.go#L86

Added line #L86 was not covered by tests

Check warning on line 451 in internal/app/subsystems/aio/store/sqlite/sqlite.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/subsystems/aio/store/sqlite/sqlite.go#L450-L451

Added lines #L450 - L451 were not covered by tests

Check warning on line 31 in pkg/promise/record.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/promise/record.go#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 88 in pkg/promise/record.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/promise/record.go#L87-L88

Added lines #L87 - L88 were not covered by tests