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

Fixed Multi Param Match logic #256

Merged
merged 6 commits into from
Mar 25, 2019
Merged

Fixed Multi Param Match logic #256

merged 6 commits into from
Mar 25, 2019

Conversation

StefH
Copy link
Collaborator

@StefH StefH commented Mar 20, 2019

@codecov
Copy link

codecov bot commented Mar 20, 2019

Codecov Report

Merging #256 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
+ Coverage   89.72%   89.75%   +0.02%     
==========================================
  Files         103      103              
  Lines        5121     5132      +11     
==========================================
+ Hits         4595     4606      +11     
  Misses        526      526
Impacted Files Coverage Δ
src/WireMock.Net/Matchers/MatchScores.cs 100% <ø> (ø) ⬆️
...Net/Matchers/Request/RequestMessageParamMatcher.cs 100% <100%> (ø) ⬆️
src/WireMock.Net/Matchers/ExactMatcher.cs 100% <100%> (ø) ⬆️

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 658f74a...a96cec6. Read the comment docs.

3 similar comments
@codecov
Copy link

codecov bot commented Mar 20, 2019

Codecov Report

Merging #256 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
+ Coverage   89.72%   89.75%   +0.02%     
==========================================
  Files         103      103              
  Lines        5121     5132      +11     
==========================================
+ Hits         4595     4606      +11     
  Misses        526      526
Impacted Files Coverage Δ
src/WireMock.Net/Matchers/MatchScores.cs 100% <ø> (ø) ⬆️
...Net/Matchers/Request/RequestMessageParamMatcher.cs 100% <100%> (ø) ⬆️
src/WireMock.Net/Matchers/ExactMatcher.cs 100% <100%> (ø) ⬆️

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 658f74a...a96cec6. Read the comment docs.

@codecov
Copy link

codecov bot commented Mar 20, 2019

Codecov Report

Merging #256 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
+ Coverage   89.72%   89.75%   +0.02%     
==========================================
  Files         103      103              
  Lines        5121     5132      +11     
==========================================
+ Hits         4595     4606      +11     
  Misses        526      526
Impacted Files Coverage Δ
src/WireMock.Net/Matchers/MatchScores.cs 100% <ø> (ø) ⬆️
...Net/Matchers/Request/RequestMessageParamMatcher.cs 100% <100%> (ø) ⬆️
src/WireMock.Net/Matchers/ExactMatcher.cs 100% <100%> (ø) ⬆️

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 658f74a...a96cec6. Read the comment docs.

@codecov
Copy link

codecov bot commented Mar 20, 2019

Codecov Report

Merging #256 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
+ Coverage   89.72%   89.75%   +0.02%     
==========================================
  Files         103      103              
  Lines        5121     5132      +11     
==========================================
+ Hits         4595     4606      +11     
  Misses        526      526
Impacted Files Coverage Δ
src/WireMock.Net/Matchers/MatchScores.cs 100% <ø> (ø) ⬆️
...Net/Matchers/Request/RequestMessageParamMatcher.cs 100% <100%> (ø) ⬆️
src/WireMock.Net/Matchers/ExactMatcher.cs 100% <100%> (ø) ⬆️

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 658f74a...a96cec6. Read the comment docs.

@codecov
Copy link

codecov bot commented Mar 20, 2019

Codecov Report

Merging #256 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
+ Coverage   89.72%   89.78%   +0.05%     
==========================================
  Files         103      103              
  Lines        5121     5147      +26     
==========================================
+ Hits         4595     4621      +26     
  Misses        526      526
Impacted Files Coverage Δ
src/WireMock.Net/Matchers/MatchScores.cs 100% <ø> (ø) ⬆️
...Net/Matchers/Request/RequestMessageParamMatcher.cs 100% <100%> (ø) ⬆️
src/WireMock.Net/Matchers/ExactMatcher.cs 100% <100%> (ø) ⬆️

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 658f74a...d386ae7. Read the comment docs.

@StefH StefH merged commit 9e123fb into master Mar 25, 2019
@StefH StefH deleted the MultiParamMatch branch March 25, 2019 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant