Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MappingMatcher in case of an exception in LinqMatcher. #322

Merged
merged 2 commits into from
Aug 17, 2019

Conversation

StefH
Copy link
Collaborator

@StefH StefH commented Aug 17, 2019

No description provided.

@StefH StefH self-assigned this Aug 17, 2019
@codecov
Copy link

codecov bot commented Aug 17, 2019

Codecov Report

Merging #322 into master will decrease coverage by 0.17%.
The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #322      +/-   ##
==========================================
- Coverage   79.94%   79.77%   -0.18%     
==========================================
  Files         110      111       +1     
  Lines        4379     4400      +21     
==========================================
+ Hits         3501     3510       +9     
- Misses        878      890      +12
Impacted Files Coverage Δ
src/WireMock.Net/Matchers/XPathMatcher.cs 89.28% <ø> (ø) ⬆️
src/WireMock.Net/Owin/MappingMatcherResult.cs 100% <100%> (ø)
src/WireMock.Net/Matchers/LinqMatcher.cs 83.33% <62.5%> (-16.67%) ⬇️
src/WireMock.Net/Owin/MappingMatcher.cs 88.23% <85%> (-11.77%) ⬇️
src/WireMock.Net/Owin/WireMockMiddleware.cs 94.44% <85.71%> (ø) ⬆️

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 0a5c988...184201b. Read the comment docs.

@codecov
Copy link

codecov bot commented Aug 17, 2019

Codecov Report

Merging #322 into master will decrease coverage by 0.17%.
The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #322      +/-   ##
==========================================
- Coverage   79.94%   79.77%   -0.18%     
==========================================
  Files         110      111       +1     
  Lines        4379     4400      +21     
==========================================
+ Hits         3501     3510       +9     
- Misses        878      890      +12
Impacted Files Coverage Δ
src/WireMock.Net/Matchers/XPathMatcher.cs 89.28% <ø> (ø) ⬆️
src/WireMock.Net/Owin/MappingMatcherResult.cs 100% <100%> (ø)
src/WireMock.Net/Matchers/LinqMatcher.cs 83.33% <62.5%> (-16.67%) ⬇️
src/WireMock.Net/Owin/MappingMatcher.cs 88.23% <85%> (-11.77%) ⬇️
src/WireMock.Net/Owin/WireMockMiddleware.cs 94.44% <85.71%> (ø) ⬆️

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 0a5c988...6d06e16. Read the comment docs.

@StefH StefH added the bug label Aug 17, 2019
@StefH StefH merged commit 94f179b into master Aug 17, 2019
@StefH StefH deleted the fix_MappingMatcher branch August 17, 2019 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant