near / borsh

Binary Object Representation Serializer for Hashing
https://borsh.io/
487 stars 41 forks source link

refactor(borsh-rs): Removed Cargo.lock as it is advised for lib crates #76

Closed frol closed 4 years ago

frol commented 4 years ago

https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries

codecov-commenter commented 4 years ago

Codecov Report

Merging #76 into master will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
- Coverage   93.11%   93.07%   -0.05%     
==========================================
  Files          21       21              
  Lines        1177     1170       -7     
==========================================
- Hits         1096     1089       -7     
  Misses         81       81              
Impacted Files Coverage Δ
borsh-rs/borsh-derive-internal/src/struct_ser.rs 79.48% <0.00%> (-0.52%) :arrow_down:
borsh-rs/borsh/tests/test_de_errors.rs 83.33% <0.00%> (-0.46%) :arrow_down:
...rsh-rs/borsh-schema-derive-internal/src/helpers.rs 92.00% <0.00%> (-0.31%) :arrow_down:
borsh-rs/borsh/src/ser/mod.rs 98.88% <0.00%> (-0.02%) :arrow_down:
.../borsh-schema-derive-internal/src/struct_schema.rs 98.90% <0.00%> (-0.02%) :arrow_down:
borsh-rs/borsh/src/schema.rs 100.00% <0.00%> (ø)

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 9aaf809...037d644. Read the comment docs.