VirtusLab-Open-Source / strapi-plugin-comments

A plugin for Strapi Headless CMS that provides end to end comments feature with their moderation panel, bad words filtering, abuse reporting and more.
MIT License
409 stars 64 forks source link

refactor: change config file name #87

Closed ltsNotMike closed 2 years ago

ltsNotMike commented 2 years ago

Ticket

Summary

What does this PR do/solve?

Changes misleading naming of the config file from "custom.js" to "plugins.js".

Test Plan

codecov-commenter commented 2 years ago

Codecov Report

Merging #87 (3f720a0) into master (8cab133) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #87   +/-   ##
=======================================
  Coverage   14.36%   14.36%           
=======================================
  Files           5        5           
  Lines         348      348           
  Branches      111      111           
=======================================
  Hits           50       50           
  Misses        238      238           
  Partials       60       60           
Flag Coverage Δ
unittest 14.36% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
services/utils/functions.js 47.27% <100.00%> (ø)

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 8cab133...3f720a0. Read the comment docs.