stacks-network / key-encoder-js

Library for encoding and decoding ecdsa private keys and converting between formats
MIT License
44 stars 27 forks source link

Port to typescript #11

Closed zone117x closed 5 years ago

zone117x commented 5 years ago

Port src to typescript. Github shows a scarier diff than it actually is.

Code is compiled to es6. Code coverage is generated and uploaded to codeCov.

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@4396d3a). Click here to learn what that means. The diff coverage is 76.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #11   +/-   ##
==========================================
  Coverage           ?   76.59%           
==========================================
  Files              ?        2           
  Lines              ?       47           
  Branches           ?        0           
==========================================
  Hits               ?       36           
  Misses             ?       11           
  Partials           ?        0
Impacted Files Coverage Δ
src/index.ts 100% <100%> (ø)
src/key-encoder.ts 75.55% <75.55%> (ø)

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 4396d3a...3a03c1f. Read the comment docs.