HansBug / hbutils

Some useful functions and classes in Python infrastructure development
https://hansbug.github.io/hbutils/
Apache License 2.0
10 stars 2 forks source link

dev(hansbug): add TemporaryDirectory from python3.8 for python3.7 on windows #97

Closed HansBug closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.33 :warning:

Comparison is base (424b887) 99.90% compared to head (0015f5f) 99.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #97 +/- ## ========================================== - Coverage 99.90% 99.58% -0.33% ========================================== Files 109 109 Lines 3300 3342 +42 ========================================== + Hits 3297 3328 +31 - Misses 3 14 +11 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `99.58% <100.00%> (-0.33%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hankson+Bradley#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/HansBug/hbutils/pull/97?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hankson+Bradley) | Coverage Δ | | |---|---|---| | [hbutils/system/filesystem/\_\_init\_\_.py](https://codecov.io/gh/HansBug/hbutils/pull/97?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hankson+Bradley#diff-aGJ1dGlscy9zeXN0ZW0vZmlsZXN5c3RlbS9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [hbutils/system/filesystem/tempfile.py](https://codecov.io/gh/HansBug/hbutils/pull/97?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hankson+Bradley#diff-aGJ1dGlscy9zeXN0ZW0vZmlsZXN5c3RlbS90ZW1wZmlsZS5weQ==) | `78.43% <100.00%> (ø)` | | | [hbutils/testing/capture/output.py](https://codecov.io/gh/HansBug/hbutils/pull/97?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hankson+Bradley#diff-aGJ1dGlscy90ZXN0aW5nL2NhcHR1cmUvb3V0cHV0LnB5) | `100.00% <100.00%> (ø)` | | | [hbutils/testing/isolated/directory.py](https://codecov.io/gh/HansBug/hbutils/pull/97?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hankson+Bradley#diff-aGJ1dGlscy90ZXN0aW5nL2lzb2xhdGVkL2RpcmVjdG9yeS5weQ==) | `100.00% <100.00%> (ø)` | | | [hbutils/testing/isolated/input.py](https://codecov.io/gh/HansBug/hbutils/pull/97?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hankson+Bradley#diff-aGJ1dGlscy90ZXN0aW5nL2lzb2xhdGVkL2lucHV0LnB5) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hankson+Bradley). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hankson+Bradley)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.