nipy / heudiconv

Flexible DICOM conversion into structured directory layouts
https://heudiconv.readthedocs.io
Other
234 stars 125 forks source link

Replace third-party `mock` library with stdlib's `unittest.mock` #661

Closed jwodder closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (012895d) 81.22% compared to head (0fcbee2) 81.21%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #661 +/- ## ========================================== - Coverage 81.22% 81.21% -0.01% ========================================== Files 43 43 Lines 3925 3923 -2 ========================================== - Hits 3188 3186 -2 Misses 737 737 ``` | [Impacted Files](https://codecov.io/gh/nipy/heudiconv/pull/661?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipy) | Coverage Δ | | |---|---|---| | [heudiconv/info.py](https://codecov.io/gh/nipy/heudiconv/pull/661?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipy#diff-aGV1ZGljb252L2luZm8ucHk=) | `100.00% <ø> (ø)` | | | [heudiconv/dicoms.py](https://codecov.io/gh/nipy/heudiconv/pull/661?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipy#diff-aGV1ZGljb252L2RpY29tcy5weQ==) | `86.10% <100.00%> (-0.11%)` | :arrow_down: | | [heudiconv/heuristics/test\_reproin.py](https://codecov.io/gh/nipy/heudiconv/pull/661?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipy#diff-aGV1ZGljb252L2hldXJpc3RpY3MvdGVzdF9yZXByb2luLnB5) | `100.00% <100.00%> (ø)` | | | [heudiconv/tests/test\_heuristics.py](https://codecov.io/gh/nipy/heudiconv/pull/661?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipy#diff-aGV1ZGljb252L3Rlc3RzL3Rlc3RfaGV1cmlzdGljcy5weQ==) | `100.00% <100.00%> (ø)` | | | [heudiconv/tests/test\_main.py](https://codecov.io/gh/nipy/heudiconv/pull/661?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipy#diff-aGV1ZGljb252L3Rlc3RzL3Rlc3RfbWFpbi5weQ==) | `100.00% <100.00%> (ø)` | | | [heudiconv/tests/test\_monitor.py](https://codecov.io/gh/nipy/heudiconv/pull/661?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipy#diff-aGV1ZGljb252L3Rlc3RzL3Rlc3RfbW9uaXRvci5weQ==) | `42.68% <100.00%> (ø)` | | | [heudiconv/tests/test\_utils.py](https://codecov.io/gh/nipy/heudiconv/pull/661?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipy#diff-aGV1ZGljb252L3Rlc3RzL3Rlc3RfdXRpbHMucHk=) | `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=nipy). 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=nipy)

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

jwodder commented 1 year ago

@yarikoptic Conflicts resolved.

github-actions[bot] commented 1 year ago

:rocket: PR was released in v0.13.0 :rocket: