skalenetwork / filestorage

SKALE filestorage extension to EVM
GNU Affero General Public License v3.0
20 stars 3 forks source link

Enhancement/skale 1521 restrict number of files #9

Closed DmytroNazarenko closed 4 years ago

DmytroNazarenko commented 4 years ago

Minor changes Add unit tests in startUpload.test.js and createDir.test.js

codecov[bot] commented 4 years ago

Codecov Report

Merging #9 into develop will increase coverage by 0.18%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #9      +/-   ##
===========================================
+ Coverage    80.37%   80.55%   +0.18%     
===========================================
  Files            1        1              
  Lines          214      216       +2     
  Branches        47       49       +2     
===========================================
+ Hits           172      174       +2     
  Misses          42       42
Impacted Files Coverage Δ
contracts/FileStorage.sol 80.55% <100%> (+0.18%) :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 90cfed7...cb8efdf. Read the comment docs.