pressbooks / pressbooks-lti-provider

A plugin which turns Pressbooks into an LTI provider.
GNU General Public License v3.0
7 stars 4 forks source link

Fix Namespace #33

Closed dac514 closed 5 years ago

dac514 commented 5 years ago

Plugins should not use the same namespace as Pressbooks core

codecov[bot] commented 5 years ago

Codecov Report

Merging #33 into dev will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##                dev      #33   +/-   ##
=========================================
  Coverage     73.39%   73.39%           
  Complexity      281      281           
=========================================
  Files             9        9           
  Lines           966      966           
=========================================
  Hits            709      709           
  Misses          257      257
Impacted Files Coverage Δ Complexity Δ
.../modules/export/thincc/class-commoncartridge13.php 88.23% <ø> (ø) 7 <0> (ø) :arrow_down:
inc/class-tool.php 68.4% <ø> (ø) 76 <0> (ø) :arrow_down:
inc/namespace.php 89.79% <ø> (ø) 0 <0> (ø) :arrow_down:
inc/class-controller.php 45.83% <ø> (ø) 12 <0> (ø) :arrow_down:
inc/class-table.php 33.96% <ø> (ø) 26 <0> (ø) :arrow_down:
inc/class-database.php 94.11% <ø> (ø) 14 <0> (ø) :arrow_down:
.../modules/export/thincc/class-commoncartridge12.php 90% <ø> (ø) 60 <0> (ø) :arrow_down:
inc/class-updates.php 47.36% <ø> (ø) 7 <0> (ø) :arrow_down:
inc/class-admin.php 81.58% <100%> (ø) 79 <0> (ø) :arrow_down:

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 8b995b7...a677070. Read the comment docs.