BuptStEve / vuepress-plugin-demo-code

πŸ“ Demo and code plugin for vuepress
https://buptsteve.github.io/vuepress-plugin-demo-code/
MIT License
124 stars 28 forks source link

feat: support vuepress v2 #42

Closed BuptStEve closed 2 years ago

BuptStEve commented 2 years ago

BREAKING CHANGE: remove vuepress-plugin-code-copy "You cannot use other plugins in your plugin anymore, which avoids lots of potential issues caused by plugin nesting. If your plugin depends on other plugins, you should list them in the docs."

fix #41

$ npm i -D vuepress-plugin-demo-code@next
# OR
$ yarn add -D vuepress-plugin-demo-code@next
codecov-commenter commented 2 years ago

Codecov Report

Merging #42 (2fde799) into master (aa1a42f) will decrease coverage by 8.71%. The diff coverage is 68.42%.

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   69.46%   60.74%   -8.72%     
==========================================
  Files           5        5              
  Lines         131      107      -24     
  Branches       26       26              
==========================================
- Hits           91       65      -26     
- Misses         34       35       +1     
- Partials        6        7       +1     
Impacted Files Coverage Ξ”
src/client/utils.js 75.00% <25.00%> (ΓΈ)
src/node/index.js 21.42% <40.00%> (ΓΈ)
src/client/DemoAndCode.vue 86.36% <100.00%> (ΓΈ)
src/client/OnlineEdit.vue 100.00% <100.00%> (ΓΈ)
src/client/constants.js 100.00% <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 aa1a42f...2fde799. Read the comment docs.