Erotemic / ubelt

A Python utility library with a stdlib like feel and extra batteries. Paths, Progress, Dicts, Downloads, Caching, Hashing: ubelt makes it easy!
Apache License 2.0
719 stars 43 forks source link

Remove windows check in cmd #140

Closed Erotemic closed 1 year ago

Erotemic commented 1 year ago

Attempt to fix #139

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (22ef67b) compared to base (b46e6bb). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #140 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 29 29 Lines 3565 3565 Branches 707 706 -1 ========================================= Hits 3565 3565 ``` | [Impacted Files](https://codecov.io/gh/Erotemic/ubelt/pull/140?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall) | Coverage Δ | | |---|---|---| | [ubelt/util\_arg.py](https://codecov.io/gh/Erotemic/ubelt/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9hcmcucHk=) | `100.00% <ø> (ø)` | | | [ubelt/util\_dict.py](https://codecov.io/gh/Erotemic/ubelt/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9kaWN0LnB5) | `100.00% <ø> (ø)` | | | [ubelt/util\_download.py](https://codecov.io/gh/Erotemic/ubelt/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9kb3dubG9hZC5weQ==) | `100.00% <ø> (ø)` | | | [ubelt/util\_func.py](https://codecov.io/gh/Erotemic/ubelt/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9mdW5jLnB5) | `100.00% <ø> (ø)` | | | [ubelt/util\_hash.py](https://codecov.io/gh/Erotemic/ubelt/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9oYXNoLnB5) | `100.00% <ø> (ø)` | | | [ubelt/util\_import.py](https://codecov.io/gh/Erotemic/ubelt/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9pbXBvcnQucHk=) | `100.00% <ø> (ø)` | | | [ubelt/util\_io.py](https://codecov.io/gh/Erotemic/ubelt/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9pby5weQ==) | `100.00% <ø> (ø)` | | | [ubelt/util\_list.py](https://codecov.io/gh/Erotemic/ubelt/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9saXN0LnB5) | `100.00% <ø> (ø)` | | | [ubelt/util\_memoize.py](https://codecov.io/gh/Erotemic/ubelt/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9tZW1vaXplLnB5) | `100.00% <ø> (ø)` | | | [ubelt/util\_path.py](https://codecov.io/gh/Erotemic/ubelt/pull/140/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall#diff-dWJlbHQvdXRpbF9wYXRoLnB5) | `100.00% <ø> (ø)` | | | ... and [3 more](https://codecov.io/gh/Erotemic/ubelt/pull/140/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Crall) | | 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=Jon+Crall). 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=Jon+Crall)

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