transparency-dev / trillian-tessera

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

Add sequenced entries to entry bundles in MySQL storage implementation #94

Closed roger2hk closed 3 months ago

roger2hk commented 3 months ago

21

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 31.59%. Comparing base (46ec9c2) to head (642d8e0). Report is 16 commits behind head on main.

Files Patch % Lines
storage/mysql/mysql.go 0.00% 30 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #94 +/- ## ========================================== - Coverage 35.80% 31.59% -4.21% ========================================== Files 16 16 Lines 1363 1538 +175 ========================================== - Hits 488 486 -2 - Misses 801 978 +177 Partials 74 74 ```

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

roger2hk commented 3 months ago

It would be great to see some in-memory SQL tests for this soon.

Sure, I will add the tests this week.