transparency-dev / trillian-tessera

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

Add MySQL tlog tiles API integration test #128

Closed roger2hk closed 3 months ago

roger2hk commented 3 months ago

8 #21

This PR not only add the MySQL tlog tiles API integration test but also fixes the read entry bundle API bug in example-mysql.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 34.92%. Comparing base (46ec9c2) to head (24f1e9e). Report is 48 commits behind head on main.

Files Patch % Lines
cmd/example-mysql/main.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #128 +/- ## ========================================== - Coverage 35.80% 34.92% -0.89% ========================================== Files 16 33 +17 Lines 1363 2772 +1409 ========================================== + Hits 488 968 +480 - Misses 801 1696 +895 - Partials 74 108 +34 ```

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

roger2hk commented 3 months ago

Some refactoring TODOs in my mind: