estk / log4rs

A highly configurable logging framework for Rust
Apache License 2.0
973 stars 143 forks source link

Integration tests #358

Open bconn98 opened 4 months ago

bconn98 commented 4 months ago

Add integration level tests exercising the full configuration format

Covers toml, json, and yaml Additionally added an intentionally malformed configuration & test.

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 67.69%. Comparing base (8ab1b34) to head (1260ca0).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #358 +/- ## ========================================== + Coverage 63.39% 67.69% +4.30% ========================================== Files 24 24 Lines 1557 1560 +3 ========================================== + Hits 987 1056 +69 + Misses 570 504 -66 ```

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

estk commented 2 weeks ago

blocked on #367