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 search schedules #171

Merged
merged 6 commits into from
Dec 24, 2023

Add schedule id to promise tags

dfd075a
Select commit
Loading
Failed to load commit list.
Merged

Add search schedules #171

Add schedule id to promise tags
dfd075a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 24, 2023 in 1s

76.54% of diff hit (target 66.07%)

View this Pull Request on Codecov

76.54% of diff hit (target 66.07%)

Annotations

Check warning on line 65 in cmd/promises/complete.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/complete.go#L62-L65

Added lines #L62 - L65 were not covered by tests

Check warning on line 68 in cmd/promises/complete.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/complete.go#L68

Added line #L68 was not covered by tests

Check warning on line 73 in cmd/promises/complete.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/complete.go#L73

Added line #L73 was not covered by tests

Check warning on line 49 in cmd/promises/promises.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/promises.go#L49

Added line #L49 was not covered by tests

Check warning on line 51 in cmd/promises/promises.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/promises.go#L51

Added line #L51 was not covered by tests

Check warning on line 62 in cmd/promises/promises.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/promises.go#L62

Added line #L62 was not covered by tests

Check warning on line 72 in cmd/promises/promises.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/promises.go#L72

Added line #L72 was not covered by tests

Check warning on line 77 in cmd/promises/promises.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/promises.go#L77

Added line #L77 was not covered by tests

Check warning on line 83 in cmd/promises/promises.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/promises.go#L83

Added line #L83 was not covered by tests

Check warning on line 88 in cmd/promises/promises.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/promises.go#L88

Added line #L88 was not covered by tests

Check warning on line 93 in cmd/promises/promises.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/promises.go#L93

Added line #L93 was not covered by tests

Check warning on line 48 in cmd/promises/search.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/search.go#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 54 in cmd/promises/search.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/search.go#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 58 in cmd/promises/search.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/search.go#L58

Added line #L58 was not covered by tests

Check warning on line 62 in cmd/promises/search.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/promises/search.go#L62

Added line #L62 was not covered by tests

Check warning on line 20 in cmd/util/util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/util/util.go#L17-L20

Added lines #L17 - L20 were not covered by tests

Check warning on line 25 in cmd/util/util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/util/util.go#L22-L25

Added lines #L22 - L25 were not covered by tests

Check warning on line 27 in cmd/util/util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/util/util.go#L27

Added line #L27 was not covered by tests

Check warning on line 33 in cmd/util/util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/util/util.go#L30-L33

Added lines #L30 - L33 were not covered by tests

Check warning on line 38 in cmd/util/util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/util/util.go#L35-L38

Added lines #L35 - L38 were not covered by tests

Check warning on line 40 in cmd/util/util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/util/util.go#L40

Added line #L40 was not covered by tests

Check warning on line 78 in internal/app/coroutines/schedulePromises.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/schedulePromises.go#L78

Added line #L78 was not covered by tests

Check warning on line 94 in internal/app/coroutines/schedulePromises.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/schedulePromises.go#L92-L94

Added lines #L92 - L94 were not covered by tests

Check warning on line 98 in internal/app/coroutines/schedulePromises.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/schedulePromises.go#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 111 in internal/app/coroutines/schedulePromises.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/app/coroutines/schedulePromises.go#L110-L111

Added lines #L110 - L111 were not covered by tests