ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Fixing OS specific issues with logging #114

Closed davidorme closed 7 months ago

davidorme commented 7 months ago

This PR removes some code from the logger counter handler reset method to fix #113.

It also:

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (177abd5) 78.11% compared to head (4f05e97) 79.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #114 +/- ## =========================================== + Coverage 78.11% 79.37% +1.26% =========================================== Files 13 13 Lines 3674 3671 -3 =========================================== + Hits 2870 2914 +44 + Misses 804 757 -47 ```

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