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

Create NoteVerifier, verification library functions (v2) #119

Merged
merged 10 commits into from
Mar 25, 2025

verify: Add very basic test for VerifyLogEntry

c619068
Select commit
Loading
Failed to load commit list.
Merged

Create NoteVerifier, verification library functions (v2) #119

verify: Add very basic test for VerifyLogEntry
c619068
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 24, 2025 in 0s

35.82% of diff hit (target 21.61%)

View this Pull Request on Codecov

35.82% of diff hit (target 21.61%)

Annotations

Check warning on line 78 in pkg/note/note.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/note/note.go#L77-L78

Added lines #L77 - L78 were not covered by tests

Check warning on line 82 in pkg/note/note.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/note/note.go#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 86 in pkg/note/note.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/note/note.go#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 143 in pkg/note/note.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/note/note.go#L143

Added line #L143 was not covered by tests

Check warning on line 150 in pkg/note/note.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/note/note.go#L150

Added line #L150 was not covered by tests

Check warning on line 153 in pkg/note/note.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/note/note.go#L153

Added line #L153 was not covered by tests

Check warning on line 163 in pkg/note/note.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/note/note.go#L162-L163

Added lines #L162 - L163 were not covered by tests

Check warning on line 168 in pkg/note/note.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/note/note.go#L167-L168

Added lines #L167 - L168 were not covered by tests

Check warning on line 172 in pkg/note/note.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/note/note.go#L172

Added line #L172 was not covered by tests

Check warning on line 189 in pkg/note/note.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/note/note.go#L186-L189

Added lines #L186 - L189 were not covered by tests

Check warning on line 194 in pkg/note/note.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/note/note.go#L191-L194

Added lines #L191 - L194 were not covered by tests

Check warning on line 199 in pkg/note/note.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/note/note.go#L196-L199

Added lines #L196 - L199 were not covered by tests

Check warning on line 208 in pkg/note/note.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/note/note.go#L201-L208

Added lines #L201 - L208 were not covered by tests

Check warning on line 35 in pkg/verify/verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/verify/verify.go#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 57 in pkg/verify/verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/verify/verify.go#L56-L57

Added lines #L56 - L57 were not covered by tests