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

Handle limited capacity history and the order, truncate history file as needed #8

Merged
merged 6 commits into from
Aug 9, 2024

Quote/unquote, fixes #6

ddcb1f6
Select commit
Loading
Failed to load commit list.
Merged

Handle limited capacity history and the order, truncate history file as needed #8

Quote/unquote, fixes #6
ddcb1f6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 9, 2024 in 1s

4.39% of diff hit (target 23.33%)

View this Pull Request on Codecov

4.39% of diff hit (target 23.33%)

Annotations

Check warning on line 68 in example/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/main.go#L57-L68

Added lines #L57 - L68 were not covered by tests

Check warning on line 75 in example/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/main.go#L74-L75

Added lines #L74 - L75 were not covered by tests

Check warning on line 85 in example/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/main.go#L82-L85

Added lines #L82 - L85 were not covered by tests

Check warning on line 89 in example/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/main.go#L88-L89

Added lines #L88 - L89 were not covered by tests

Check warning on line 100 in example/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/main.go#L98-L100

Added lines #L98 - L100 were not covered by tests

Check warning on line 104 in example/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/main.go#L102-L104

Added lines #L102 - L104 were not covered by tests

Check warning on line 117 in example/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/main.go#L114-L117

Added lines #L114 - L117 were not covered by tests

Check warning on line 119 in example/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/main.go#L119

Added line #L119 was not covered by tests

Check warning on line 121 in example/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/main.go#L121

Added line #L121 was not covered by tests

Check warning on line 125 in example/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/main.go#L123-L125

Added lines #L123 - L125 were not covered by tests

Check warning on line 146 in example/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/main.go#L140-L146

Added lines #L140 - L146 were not covered by tests

Check warning on line 148 in example/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

example/main.go#L148

Added line #L148 was not covered by tests

Check warning on line 48 in terminal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

terminal.go#L48

Added line #L48 was not covered by tests

Check warning on line 91 in terminal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

terminal.go#L84-L91

Added lines #L84 - L91 were not covered by tests

Check warning on line 116 in terminal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

terminal.go#L112-L116

Added lines #L112 - L116 were not covered by tests

Check warning on line 123 in terminal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

terminal.go#L121-L123

Added lines #L121 - L123 were not covered by tests

Check warning on line 128 in terminal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

terminal.go#L127-L128

Added lines #L127 - L128 were not covered by tests

Check warning on line 133 in terminal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

terminal.go#L132-L133

Added lines #L132 - L133 were not covered by tests

Check warning on line 155 in terminal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

terminal.go#L148-L155

Added lines #L148 - L155 were not covered by tests

Check warning on line 166 in terminal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

terminal.go#L166

Added line #L166 was not covered by tests

Check warning on line 174 in terminal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

terminal.go#L174

Added line #L174 was not covered by tests

Check warning on line 188 in terminal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

terminal.go#L188

Added line #L188 was not covered by tests

Check warning on line 202 in terminal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

terminal.go#L193-L202

Added lines #L193 - L202 were not covered by tests

Check warning on line 205 in terminal.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

terminal.go#L204-L205

Added lines #L204 - L205 were not covered by tests