M0dEx / quincy

QUIC-based VPN
MIT License
102 stars 10 forks source link

[#46] fix(client, server): correctly log errors during config/app init #47

Closed M0dEx closed 7 months ago

M0dEx commented 7 months ago

This PR fixes #46, which was caused by the lack of tracing subscriber initialization before the configuration files were loaded.

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 37.50000% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 78.30%. Comparing base (7d02621) to head (80f884d).

Files Patch % Lines
src/config.rs 50.00% 3 Missing :warning:
src/utils/tracing.rs 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ========================================== + Coverage 71.63% 78.30% +6.67% ========================================== Files 20 17 -3 Lines 913 839 -74 ========================================== + Hits 654 657 +3 + Misses 259 182 -77 ```

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