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

Add JmesPath matcher #269

Merged
merged 4 commits into from
Apr 20, 2019
Merged

Add JmesPath matcher #269

merged 4 commits into from
Apr 20, 2019

Conversation

StefH
Copy link
Collaborator

@StefH StefH commented Apr 17, 2019

No description provided.

@StefH StefH added the feature label Apr 17, 2019
@StefH StefH self-assigned this Apr 17, 2019
@codecov
Copy link

codecov bot commented Apr 17, 2019

Codecov Report

Merging #269 into master will increase coverage by 0.1%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #269     +/-   ##
=========================================
+ Coverage   90.45%   90.55%   +0.1%     
=========================================
  Files         105      106      +1     
  Lines        5500     5560     +60     
=========================================
+ Hits         4975     5035     +60     
  Misses        525      525
Impacted Files Coverage Δ
src/WireMock.Net/Serialization/MatcherMapper.cs 100% <100%> (ø) ⬆️
src/WireMock.Net/Matchers/JmesPathMatcher.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 dd115a6...74a6210. Read the comment docs.

4 similar comments
@codecov
Copy link

codecov bot commented Apr 17, 2019

Codecov Report

Merging #269 into master will increase coverage by 0.1%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #269     +/-   ##
=========================================
+ Coverage   90.45%   90.55%   +0.1%     
=========================================
  Files         105      106      +1     
  Lines        5500     5560     +60     
=========================================
+ Hits         4975     5035     +60     
  Misses        525      525
Impacted Files Coverage Δ
src/WireMock.Net/Serialization/MatcherMapper.cs 100% <100%> (ø) ⬆️
src/WireMock.Net/Matchers/JmesPathMatcher.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 dd115a6...74a6210. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 17, 2019

Codecov Report

Merging #269 into master will increase coverage by 0.1%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #269     +/-   ##
=========================================
+ Coverage   90.45%   90.55%   +0.1%     
=========================================
  Files         105      106      +1     
  Lines        5500     5560     +60     
=========================================
+ Hits         4975     5035     +60     
  Misses        525      525
Impacted Files Coverage Δ
src/WireMock.Net/Serialization/MatcherMapper.cs 100% <100%> (ø) ⬆️
src/WireMock.Net/Matchers/JmesPathMatcher.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 dd115a6...74a6210. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 17, 2019

Codecov Report

Merging #269 into master will increase coverage by 0.1%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #269     +/-   ##
=========================================
+ Coverage   90.45%   90.55%   +0.1%     
=========================================
  Files         105      106      +1     
  Lines        5500     5560     +60     
=========================================
+ Hits         4975     5035     +60     
  Misses        525      525
Impacted Files Coverage Δ
src/WireMock.Net/Serialization/MatcherMapper.cs 100% <100%> (ø) ⬆️
src/WireMock.Net/Matchers/JmesPathMatcher.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 dd115a6...74a6210. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 17, 2019

Codecov Report

Merging #269 into master will increase coverage by 0.1%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #269     +/-   ##
=========================================
+ Coverage   90.45%   90.55%   +0.1%     
=========================================
  Files         105      106      +1     
  Lines        5500     5560     +60     
=========================================
+ Hits         4975     5035     +60     
  Misses        525      525
Impacted Files Coverage Δ
src/WireMock.Net/Serialization/MatcherMapper.cs 100% <100%> (ø) ⬆️
src/WireMock.Net/Matchers/JmesPathMatcher.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 dd115a6...74a6210. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 17, 2019

Codecov Report

Merging #269 into master will increase coverage by 0.07%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #269      +/-   ##
==========================================
+ Coverage   90.45%   90.53%   +0.07%     
==========================================
  Files         105      106       +1     
  Lines        5500     5546      +46     
==========================================
+ Hits         4975     5021      +46     
  Misses        525      525
Impacted Files Coverage Δ
src/WireMock.Net/Matchers/JmesPathMatcher.cs 100% <100%> (ø)
src/WireMock.Net/Serialization/MatcherMapper.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 dd115a6...6e35415. Read the comment docs.

@StefH StefH merged commit fdb58b7 into master Apr 20, 2019
@StefH StefH deleted the jmespath branch April 20, 2019 08:44
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