zacharygolba / json-api-rs

Idiomatic types for building a robust JSON API with Rust
https://crates.io/crates/json-api
Apache License 2.0
26 stars 8 forks source link

fix: rustfmt is not running in ci builds #36

Closed zacharygolba closed 6 years ago

zacharygolba commented 6 years ago

The command was missing a toolchain argument.

codecov[bot] commented 6 years ago

Codecov Report

Merging #36 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   33.76%   33.76%           
=======================================
  Files          26       26           
  Lines        1303     1303           
=======================================
  Hits          440      440           
  Misses        863      863
Impacted Files Coverage Δ
src/lib.rs 100% <ø> (ø) :arrow_up:
src/value/collections/set.rs 71.21% <ø> (ø) :arrow_up:
src/view/context.rs 0% <ø> (ø) :arrow_up:
src/doc/convert.rs 0% <ø> (ø) :arrow_up:
rocket/src/response.rs 0% <ø> (ø) :arrow_up:
rocket/src/fairing.rs 0% <ø> (ø) :arrow_up:
src/value/convert.rs 0% <0%> (ø) :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 921dafb...a873747. Read the comment docs.