estk / log4rs

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

Move test to example #337

Closed bconn98 closed 6 months ago

bconn98 commented 6 months ago

Move the old test to the examples folder. Aligns better with our new format. Fixed a typo in raw.rs where default keyword was accidentally on a new line.

codecov-commenter commented 6 months ago

Codecov Report

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

Comparison is base (4f09b8f) 61.77% compared to head (e35f8c7) 61.77%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #337 +/- ## ======================================= Coverage 61.77% 61.77% ======================================= Files 23 23 Lines 1431 1431 ======================================= Hits 884 884 Misses 547 547 ```

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

estk commented 6 months ago

@bconn98 needs rebase