alexliesenfeld / httpmock

HTTP mocking library for Rust.
MIT License
436 stars 40 forks source link

Develop #43

Closed alexliesenfeld closed 2 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #43 (a440a73) into master (6dce283) will decrease coverage by 0.98%. The diff coverage is 89.53%.

:exclamation: Current head a440a73 differs from pull request most recent head b01ec32. Consider uploading reports for the commit b01ec32 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   87.97%   86.98%   -0.99%     
==========================================
  Files          54       39      -15     
  Lines        2436     2098     -338     
==========================================
- Hits         2143     1825     -318     
+ Misses        293      273      -20     
Impacted Files Coverage Δ
src/api/adapter/mod.rs 73.68% <ø> (ø)
src/api/mock.rs 73.58% <0.00%> (-3.37%) :arrow_down:
src/server/matchers/comparators.rs 83.73% <ø> (ø)
src/server/matchers/generic.rs 59.25% <ø> (ø)
src/server/matchers/mod.rs 65.21% <ø> (ø)
src/server/matchers/sources.rs 100.00% <ø> (ø)
src/server/matchers/targets.rs 82.60% <ø> (ø)
tests/examples/binary_body_tests.rs 100.00% <ø> (ø)
tests/examples/cookie_tests.rs 100.00% <ø> (ø)
tests/examples/custom_request_matcher_tests.rs 100.00% <ø> (ø)
... and 30 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 6dce283...b01ec32. Read the comment docs.