canonical / dqlite

Embeddable, replicated and fault-tolerant SQL engine.
https://dqlite.io
Other
3.77k stars 213 forks source link

Include more debug info in debug builds #554

Closed cole-miller closed 5 months ago

cole-miller commented 5 months ago

See here for the description of what -g3 does. More debuginfo seems better to me!

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (dd84623) 61.29% compared to head (b7ca1ce) 61.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #554 +/- ## ======================================= Coverage 61.29% 61.29% ======================================= Files 34 34 Lines 6834 6834 Branches 2031 2031 ======================================= Hits 4189 4189 Misses 1349 1349 Partials 1296 1296 ```

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

MathieuBordere commented 5 months ago

Looks good to me.