mattermost-community / mattermost-plugin-agenda

Mattermost plugin to handle meeting agendas
Apache License 2.0
32 stars 21 forks source link

[issue 92] Cross-plugin task: Enable the CircleCI "test" job in each plugin repo that has a webapp plugin #93

Closed sibasankarnayak closed 2 years ago

sibasankarnayak commented 2 years ago

Configured `plugin-ci/test' for agenda

Ticket here Fixes #92

mattermod commented 2 years ago

The file .circleci/config.yml is in the blocklist for external contributors. Hence, these changes are not tested by the CI pipeline active until the build is re-triggered by a core committer or the PR is merged. Please be careful when reviewing it. /cc @mattermost/core-security @mattermost/core-build-engineers

mattermod commented 2 years ago

Hello @sibasankarnayak,

Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here.

codecov[bot] commented 2 years ago

Codecov Report

Merging #93 (e8c167b) into master (2f22484) will increase coverage by 1.84%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   26.03%   27.87%   +1.84%     
==========================================
  Files           7        7              
  Lines         315      348      +33     
==========================================
+ Hits           82       97      +15     
- Misses        216      233      +17     
- Partials       17       18       +1     
Impacted Files Coverage Δ
server/utils.go 90.24% <0.00%> (-3.70%) :arrow_down:
server/main.go 0.00% <0.00%> (ø)
server/command.go 0.00% <0.00%> (ø)
server/manifest.go 100.00% <0.00%> (ø)
server/configuration.go 0.00% <0.00%> (ø)
server/meeting.go 65.30% <0.00%> (+2.26%) :arrow_up:
server/plugin.go 25.74% <0.00%> (+3.16%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2f22484...e8c167b. Read the comment docs.