mattermost / mattermost-plugin-starter-template

Build scripts and templates for writing Mattermost plugins.
https://developers.mattermost.com/extend/plugins/
Apache License 2.0
128 stars 120 forks source link

simplify server Makefile command to use one only block with options #178

Closed trilopin closed 1 year ago

trilopin commented 1 year ago

Summary

Simplify make server command by setting a new var for gcflags based on MM_DEBUG.

Comes from https://github.com/mattermost/mattermost-plugin-github/pull/649

Ticket Link

No

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (121997e) 5.26% compared to head (987056d) 5.26%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #178 +/- ## ====================================== Coverage 5.26% 5.26% ====================================== Files 3 3 Lines 38 38 ====================================== Hits 2 2 Misses 36 36 ``` 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=mattermost). 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=mattermost)

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