transparency-dev / trillian-tessera

Go library for building tile-based transparency logs (tlogs)
Apache License 2.0
8 stars 7 forks source link

Sample personality library proof-of-concept #156

Closed roger2hk closed 1 week ago

roger2hk commented 3 weeks ago

This is a proof-of-concept pull request to illustrate the idea of personality library. This helps the team decide whether a library for the sample personality is needed.

codecov-commenter commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 65 lines in your changes missing coverage. Please review.

Project coverage is 35.00%. Comparing base (46ec9c2) to head (a5d575c). Report is 72 commits behind head on main.

Files Patch % Lines
cmd/example-mysql/main.go 0.00% 30 Missing :warning:
cmd/example-gcp/main.go 0.00% 25 Missing :warning:
personalities/sample/sample.go 0.00% 10 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #156 +/- ## ========================================== - Coverage 35.80% 35.00% -0.81% ========================================== Files 16 34 +18 Lines 1363 2897 +1534 ========================================== + Hits 488 1014 +526 - Misses 801 1773 +972 - Partials 74 110 +36 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

roger2hk commented 1 week ago

Closing this pull request as it has served its purpose.