vektra / mockery

A mock code autogenerator for Go
https://vektra.github.io/mockery/
BSD 3-Clause "New" or "Revised" License
5.8k stars 395 forks source link

Adds useful message when test panics on no return values #736

Closed mateusmarquezini closed 7 months ago

mateusmarquezini commented 7 months ago

Description

Type of change

Version of Golang used when building/testing:

How Has This Been Tested?

I tested by using Unit tests

Checklist

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (c7a65e2) 75.25042% compared to head (d0fa1f9) 75.16639%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #736 +/- ## =================================================== - Coverage 75.25042% 75.16639% -0.08403% =================================================== Files 9 10 +1 Lines 2396 2404 +8 =================================================== + Hits 1803 1807 +4 - Misses 455 459 +4 Partials 138 138 ```

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

mateusmarquezini commented 7 months ago

Awesome! Thanks for your patience and support @LandonTClipp!