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

fix: close cpu profile #772

Closed testwill closed 2 months ago

testwill commented 2 months ago

Description

close cpu profile Please include a summary of the changes and the related issue. Please also include relevant motivation and context.

Type of change

Version of Golang used when building/testing:

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 42.60225%. Comparing base (59f7d94) to head (bdfbb23).

Files Patch % Lines
cmd/mockery.go 0.00000% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #772 +/- ## =================================================== - Coverage 42.61079% 42.60225% -0.00855% =================================================== Files 63 63 Lines 4987 4988 +1 =================================================== Hits 2125 2125 - Misses 2662 2663 +1 Partials 200 200 ```

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