ConsenSysMesh / Stow-Smart-Contracts

Formerly Linnia-Smart-Contracts
https://stow-protocol.com/
MIT License
56 stars 39 forks source link

Pin solidity tools versions in package.json for reproducible builds #36

Closed libertylocked closed 6 years ago

libertylocked commented 6 years ago

Critical tools are now have their versions pinned in package.json in addition to package-lock.json. This should make contract builds and tests reproducible

codecov-io commented 6 years ago

Codecov Report

Merging #36 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   96.49%   96.49%           
=======================================
  Files           4        4           
  Lines         114      114           
  Branches       24       24           
=======================================
  Hits          110      110           
  Misses          4        4
Impacted Files Coverage Δ
contracts/LinniaRecords.sol 98.24% <ø> (ø) :arrow_up:
contracts/LinniaHub.sol 94.11% <ø> (ø) :arrow_up:
contracts/LinniaPermissions.sol 95.23% <ø> (ø) :arrow_up:
contracts/LinniaUsers.sol 94.73% <ø> (ø) :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 aa7860f...7db726c. Read the comment docs.