mattermost / mattermost-plugin-apps

Powers the Mattermost App Framework
https://developers.mattermost.com/integrate/apps/
Apache License 2.0
33 stars 29 forks source link

Logging improvement #456

Closed levb closed 1 year ago

levb commented 1 year ago

Summary

Some timing and details

Ticket Link

None

codecov-commenter commented 1 year ago

Codecov Report

Base: 20.31% // Head: 20.48% // Increases project coverage by +0.16% :tada:

Coverage data is based on head (4a44d1c) compared to base (8bfe37b). Patch coverage: 28.20% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #456 +/- ## ========================================== + Coverage 20.31% 20.48% +0.16% ========================================== Files 78 78 Lines 5266 5320 +54 ========================================== + Hits 1070 1090 +20 - Misses 4066 4099 +33 - Partials 130 131 +1 ``` | [Impacted Files](https://codecov.io/gh/mattermost/mattermost-plugin-apps/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattermost) | Coverage Δ | | |---|---|---| | [server/proxy/bindings.go](https://codecov.io/gh/mattermost/mattermost-plugin-apps/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattermost#diff-c2VydmVyL3Byb3h5L2JpbmRpbmdzLmdv) | `29.50% <0.00%> (-4.46%)` | :arrow_down: | | [server/proxy/enable.go](https://codecov.io/gh/mattermost/mattermost-plugin-apps/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattermost#diff-c2VydmVyL3Byb3h5L2VuYWJsZS5nbw==) | `4.05% <0.00%> (-0.36%)` | :arrow_down: | | [server/proxy/install.go](https://codecov.io/gh/mattermost/mattermost-plugin-apps/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattermost#diff-c2VydmVyL3Byb3h5L2luc3RhbGwuZ28=) | `0.00% <0.00%> (ø)` | | | [utils/mattermost.go](https://codecov.io/gh/mattermost/mattermost-plugin-apps/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattermost#diff-dXRpbHMvbWF0dGVybW9zdC5nbw==) | `0.00% <0.00%> (ø)` | | | [server/proxy/invoke\_call.go](https://codecov.io/gh/mattermost/mattermost-plugin-apps/pull/456?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattermost#diff-c2VydmVyL3Byb3h5L2ludm9rZV9jYWxsLmdv) | `38.05% <56.41%> (+7.66%)` | :arrow_up: | 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 at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.