DatGuy1 / Windows-Toasts

Python library used to send toast notifications on Windows machines
Apache License 2.0
96 stars 6 forks source link

Convert image paths to absolute before converting to URI #112

Closed DatGuy1 closed 8 months ago

DatGuy1 commented 8 months ago

This throws an exception in Path.as_uri() if it isn't done by then anyways

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (573bfc3) 97.75% compared to head (a0c8285) 97.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #112 +/- ## ======================================= Coverage 97.75% 97.75% ======================================= Files 10 10 Lines 624 624 Branches 89 89 ======================================= Hits 610 610 Misses 9 9 Partials 5 5 ```

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