casperholders / casperholdersfront

Vue.JS Webapp to interact with Casper Network
https://casperholders.io
Apache License 2.0
6 stars 6 forks source link

Migration to vite #31

Closed KillianH closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #31 (eb7921e) into integration (a0ed3da) will increase coverage by 1.67%. The diff coverage is 85.00%.

@@               Coverage Diff               @@
##           integration      #31      +/-   ##
===============================================
+ Coverage        72.09%   73.76%   +1.67%     
===============================================
  Files               42       47       +5     
  Lines             1598     1620      +22     
  Branches           271      269       -2     
===============================================
+ Hits              1152     1195      +43     
+ Misses             423      402      -21     
  Partials            23       23              
Impacted Files Coverage Δ
src/App.vue 100.00% <ø> (ø)
src/components/layout/AppBar.vue 90.00% <ø> (+0.20%) :arrow_up:
src/components/layout/NavigationDrawer.vue 66.66% <ø> (+4.16%) :arrow_up:
src/components/operations/OperationResult.vue 72.50% <ø> (+0.70%) :arrow_up:
src/main.js 100.00% <ø> (ø)
src/views/staking/Delegate.vue 84.00% <ø> (+0.32%) :arrow_up:
src/router/index.js 77.77% <73.33%> (+4.09%) :arrow_up:
src/views/multisig/MultiSig.vue 84.04% <81.81%> (+2.02%) :arrow_up:
src/helpers/clientCasper.js 100.00% <100.00%> (ø)
src/helpers/env.js 100.00% <100.00%> (ø)
... and 39 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 a0ed3da...eb7921e. Read the comment docs.