andhus / dirhash-python

Python module and CLI for hashing of file system directories based on the Dirhash Standard.
MIT License
51 stars 12 forks source link

Windows support #29

Closed andhus closed 4 months ago

andhus commented 4 months ago

Follow up on https://github.com/andhus/scantree/pull/22.

I don't have a Windows machine, but tests pass (after some path normalization in the test code) so should be ok.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (26be94e) to head (9b112cd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #29 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 192 192 Branches 34 32 -2 ========================================= Hits 192 192 ```

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