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 ConcurrentDictionary (#129) #144

Merged
merged 1 commit into from
May 28, 2018
Merged

Fix ConcurrentDictionary (#129) #144

merged 1 commit into from
May 28, 2018

Conversation

StefH
Copy link
Collaborator

@StefH StefH commented May 27, 2018

@codecov
Copy link

codecov bot commented May 27, 2018

Codecov Report

Merging #144 into master will increase coverage by <.01%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #144      +/-   ##
==========================================
+ Coverage   67.79%   67.79%   +<.01%     
==========================================
  Files          80       80              
  Lines        2931     2928       -3     
  Branches      394      393       -1     
==========================================
- Hits         1987     1985       -2     
  Misses        727      727              
+ Partials      217      216       -1
Impacted Files Coverage Δ
src/WireMock.Net/Owin/WireMockMiddleware.cs 67.79% <100%> (ø) ⬆️
src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs 100% <100%> (ø) ⬆️
src/WireMock.Net/Http/PortUtil.cs 88.88% <100%> (+3.17%) ⬆️
src/WireMock.Net/ResponseMessage.cs 85.71% <100%> (ø) ⬆️
src/WireMock.Net/Server/FluentMockServer.Admin.cs 40.03% <50%> (ø) ⬆️
src/WireMock.Net/Server/FluentMockServer.cs 50.41% <50%> (ø) ⬆️

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 dc39f91...a9e6064. Read the comment docs.

@StefH StefH merged commit 0640c88 into master May 28, 2018
@StefH StefH deleted the FindFreeTcpPort branch May 28, 2018 14:37
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

2 participants