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

Remove build/sync tool #186

Closed hanzei closed 1 year ago

hanzei commented 1 year ago

Summary

This PR removes the build/sync/ tool, as it took off and is unused. It also removes the build/go.mod file as it's not longer needed given that all dependencies used in build/ are also used in server/.

Ticket Link

https://mattermost.atlassian.net/browse/MM-53895

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (8862f96) 5.26% compared to head (b82ffa8) 5.26%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #186 +/- ## ====================================== Coverage 5.26% 5.26% ====================================== Files 3 3 Lines 38 38 ====================================== Hits 2 2 Misses 36 36 ```

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

hanzei commented 1 year ago

/check-cla