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)
56 stars 24 forks source link

New feature: cloning of content and content templates #96

Closed denny closed 3 years ago

denny commented 3 years ago

Done:

Still to do:

codecov[bot] commented 3 years ago

Codecov Report

Merging #96 (333ca7d) into main (e9c6f05) will increase coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #96      +/-   ##
==========================================
+ Coverage   88.99%   89.13%   +0.14%     
==========================================
  Files         113      114       +1     
  Lines        5232     5318      +86     
  Branches      745      761      +16     
==========================================
+ Hits         4656     4740      +84     
+ Misses        312      311       -1     
- Partials      264      267       +3     
Impacted Files Coverage Δ
lib/ShinyCMS/Schema/Result/CmsPage.pm 100.00% <ø> (ø)
lib/ShinyCMS/Schema/Result/CmsTemplate.pm 100.00% <ø> (ø)
lib/ShinyCMS/Schema/Result/ShopItem.pm 100.00% <ø> (ø)
lib/ShinyCMS/Schema/Result/ShopProductType.pm 100.00% <ø> (ø)
lib/ShinyCMS/Duplicator.pm 100.00% <100.00%> (ø)
lib/ShinyCMS/Controller/FileServer.pm 82.22% <0.00%> (-8.89%) :arrow_down:
lib/ShinyCMS/Controller.pm 69.69% <0.00%> (+3.03%) :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 e9c6f05...333ca7d. Read the comment docs.