blixai / blix

⚙️🔧 CLI tool and scripting library to create, automate, and enhance Javascript applications
https://docs.blixjs.com
MIT License
26 stars 2 forks source link

Add backend #441

Closed alocke12992 closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #441 into v_2.0.0 will increase coverage by 2.45%. The diff coverage is 67.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           v_2.0.0    #441      +/-   ##
==========================================
+ Coverage    64.84%   67.3%   +2.45%     
==========================================
  Files           33      30       -3     
  Lines         1775    1673     -102     
  Branches       206     200       -6     
==========================================
- Hits          1151    1126      -25     
+ Misses         569     501      -68     
+ Partials        55      46       -9
Impacted Files Coverage Δ
new/backend.js 100% <ø> (ø) :arrow_up:
add/database/addDataBase.js 0% <0%> (ø) :arrow_up:
add/redux/addRedux.js 0% <0%> (ø) :arrow_up:
add/backend/addBackend.js 33.89% <42.85%> (+5.99%) :arrow_up:
helpers.js 88.32% <70.27%> (-2.62%) :arrow_down:
new/utils/addBackendTests.js 97.22% <83.33%> (-2.78%) :arrow_down:
new/utils/addMongoDB.js 96.29% <90%> (-3.71%) :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 10deac8...cc813af. Read the comment docs.