vechain / thor-devkit.js

Typescript library to aid DApp development on VeChain Thor
MIT License
39 stars 30 forks source link

let to const in readme #30

Closed bkawk closed 3 years ago

bkawk commented 3 years ago

const is a signal that the identifier won't be reassigned. let is a signal that the variable may be reassigned

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 123


Totals Coverage Status
Change from base Build 122: 0.0%
Covered Lines: 465
Relevant Lines: 497

πŸ’› - Coveralls
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 123


Totals Coverage Status
Change from base Build 122: 0.0%
Covered Lines: 465
Relevant Lines: 497

πŸ’› - Coveralls
codecov-io commented 3 years ago

Codecov Report

Merging #30 (4f5fdcf) into master (bffc274) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   94.38%   94.38%           
=======================================
  Files          13       13           
  Lines         570      570           
  Branches      106      106           
=======================================
  Hits          538      538           
  Misses         32       32           

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 bffc274...4f5fdcf. Read the comment docs.