denny / ShinyCMS

ShinyCMS is an open source CMS. This is the Perl version, built with Catalyst and DBIC. (There is also a Ruby on Rails version: www.github.com/denny/ShinyCMS-ruby)
58 stars 24 forks source link

Config tweaks to support UTF8 by default #90

Closed denny closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #90 (fcff7bf) into main (e733054) will increase coverage by 57.94%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #90       +/-   ##
===========================================
+ Coverage   30.73%   88.68%   +57.94%     
===========================================
  Files          91      112       +21     
  Lines        2359     5160     +2801     
  Branches      326      742      +416     
===========================================
+ Hits          725     4576     +3851     
+ Misses       1629      319     -1310     
- Partials        5      265      +260     
Impacted Files Coverage Δ
lib/ShinyCMS.pm 100.00% <ø> (ø)
lib/ShinyCMS/Controller/Discussion.pm 75.31% <100.00%> (+65.35%) :arrow_up:
lib/ShinyCMS/Controller/Admin/Users.pm 89.84% <0.00%> (ø)
lib/ShinyCMS/Controller/Admin/Shop.pm 96.79% <0.00%> (ø)
lib/ShinyCMS/Controller/Admin/FileManager.pm 82.14% <0.00%> (ø)
lib/ShinyCMS/Controller/Admin/Pages.pm 82.53% <0.00%> (ø)
lib/ShinyCMS/Controller/Admin/Blog.pm 82.92% <0.00%> (ø)
lib/ShinyCMS/Controller/Admin/Form.pm 100.00% <0.00%> (ø)
lib/ShinyCMS/Controller/Admin/Polls.pm 100.00% <0.00%> (ø)
lib/ShinyCMS/Controller/Admin/SharedContent.pm 100.00% <0.00%> (ø)
... and 45 more

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 e733054...fcff7bf. Read the comment docs.