libi / dcron

轻量分布式定时任务库 a lightweight distributed job scheduler library
MIT License
422 stars 73 forks source link

opt: use runtime/debug.Stack() to print stack trace of panic #93

Closed coticom closed 3 months ago

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 86.65%. Comparing base (043c2e9) to head (d8a2c5a).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #93 +/- ## =========================================== - Coverage 86.90% 86.65% -0.26% =========================================== Files 17 17 Lines 1100 1094 -6 =========================================== - Hits 956 948 -8 - Misses 110 111 +1 - Partials 34 35 +1 ```

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

dxyinme commented 3 months ago

thank you for your contribution.