jamiebrynes7 / spatialos-sdk-rs

Rust integration of the SpatialOS C API bindings
Apache License 2.0
21 stars 6 forks source link

Use anyhow for errors #185

Closed jamiebrynes7 closed 3 years ago

jamiebrynes7 commented 4 years ago

Migrate to anyhow for error handling in cargo-spatial rather than rolling our own

codecov[bot] commented 4 years ago

Codecov Report

Merging #185 into master will increase coverage by 0.19%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #185      +/-   ##
==========================================
+ Coverage   18.74%   18.93%   +0.19%     
==========================================
  Files          47       46       -1     
  Lines        7394     7319      -75     
==========================================
  Hits         1386     1386              
+ Misses       6008     5933      -75     
Impacted Files Coverage Δ
cargo-spatial-package-downloader/src/lib.rs 0.00% <0.00%> (ø)
cargo-spatial/src/codegen.rs 0.00% <0.00%> (ø)
cargo-spatial/src/config.rs 0.00% <0.00%> (ø)
cargo-spatial/src/download.rs 0.00% <0.00%> (ø)
cargo-spatial/src/lib.rs 0.00% <ø> (ø)
cargo-spatial/src/local.rs 0.00% <0.00%> (ø)
cargo-spatial/src/main.rs 0.00% <0.00%> (ø)
spatialos-sdk/src/schema/primitives.rs 33.87% <0.00%> (+0.27%) :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 3fb92ad...8c20d02. Read the comment docs.