alexliesenfeld / httpmock

HTTP mocking library for Rust
https://httpmock.rs
MIT License
472 stars 42 forks source link

v0.5.4 #28

Closed alexliesenfeld closed 3 years ago

alexliesenfeld commented 3 years ago

PR for the next realease (V0.5.4)

codecov[bot] commented 3 years ago

Codecov Report

Merging #28 (21e31c4) into master (39cbb47) will decrease coverage by 0.23%. The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
- Coverage   87.97%   87.74%   -0.24%     
==========================================
  Files          52       52              
  Lines        2396     2375      -21     
==========================================
- Hits         2108     2084      -24     
- Misses        288      291       +3     
Impacted Files Coverage Δ
src/api/mock.rs 78.33% <0.00%> (-0.86%) :arrow_down:
src/lib.rs 92.95% <ø> (ø)
tests/examples/binary_body_tests.rs 100.00% <ø> (ø)
tests/examples/cookie_tests.rs 100.00% <ø> (ø)
tests/examples/custom_request_matcher_tests.rs 100.00% <ø> (ø)
tests/examples/delay_tests.rs 100.00% <ø> (ø)
tests/examples/delete_mock_tests.rs 100.00% <ø> (ø)
tests/examples/getting_started_tests.rs 100.00% <ø> (ø)
tests/examples/json_body_tests.rs 100.00% <ø> (ø)
tests/examples/query_param_tests.rs 100.00% <ø> (ø)
... and 9 more

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 39cbb47...db8fe73. Read the comment docs.

gdesmott commented 3 years ago

Did you forget to publish the release? https://crates.io/crates/httpmock still has 0.5.3.