moqueries / cli

Lock-free interface and function mocks for Go
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Simplify converter error handling #106

Closed myshkin5 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #106 (578b67c) into main (93d426d) will decrease coverage by 0.29%. The diff coverage is 84.64%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/moqueries/cli/pull/106/graphs/tree.svg?width=650&height=150&src=pr&token=akA6OdarTX&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moqueries)](https://app.codecov.io/gh/moqueries/cli/pull/106?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moqueries) ```diff @@ Coverage Diff @@ ## main #106 +/- ## ========================================== - Coverage 92.41% 92.13% -0.29% ========================================== Files 16 16 Lines 3018 3063 +45 ========================================== + Hits 2789 2822 +33 - Misses 172 182 +10 - Partials 57 59 +2 ``` | [Impacted Files](https://app.codecov.io/gh/moqueries/cli/pull/106?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moqueries) | Coverage Δ | | |---|---|---| | [generator/converter.go](https://app.codecov.io/gh/moqueries/cli/pull/106?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moqueries#diff-Z2VuZXJhdG9yL2NvbnZlcnRlci5nbw==) | `95.60% <78.08%> (-0.79%)` | :arrow_down: | | [generator/moqgen.go](https://app.codecov.io/gh/moqueries/cli/pull/106?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moqueries#diff-Z2VuZXJhdG9yL21vcWdlbi5nbw==) | `91.64% <100.00%> (+1.02%)` | :arrow_up: |