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 ConcurrentObservableCollection #339

Merged
merged 1 commit into from
Sep 17, 2019
Merged

Conversation

StefH
Copy link
Collaborator

@StefH StefH commented Sep 4, 2019

No description provided.

@StefH StefH added the bug label Sep 4, 2019
@StefH StefH self-assigned this Sep 4, 2019
@codecov
Copy link

codecov bot commented Sep 4, 2019

Codecov Report

Merging #339 into master will increase coverage by 0.02%.
The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #339      +/-   ##
==========================================
+ Coverage   80.25%   80.28%   +0.02%     
==========================================
  Files         111      111              
  Lines        4442     4448       +6     
==========================================
+ Hits         3565     3571       +6     
  Misses        877      877
Impacted Files Coverage Δ
src/WireMock.Net/Owin/WireMockMiddleware.cs 94.23% <100%> (+0.05%) ⬆️
...ireMock.Net/Util/ConcurrentObservableCollection.cs 64.1% <100%> (+5.27%) ⬆️
src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs 100% <100%> (ø) ⬆️
...WireMock.Net/Server/FluentMockServer.LogEntries.cs 16.66% <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 2f40602...30fe638. Read the comment docs.

3 similar comments
@codecov
Copy link

codecov bot commented Sep 4, 2019

Codecov Report

Merging #339 into master will increase coverage by 0.02%.
The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #339      +/-   ##
==========================================
+ Coverage   80.25%   80.28%   +0.02%     
==========================================
  Files         111      111              
  Lines        4442     4448       +6     
==========================================
+ Hits         3565     3571       +6     
  Misses        877      877
Impacted Files Coverage Δ
src/WireMock.Net/Owin/WireMockMiddleware.cs 94.23% <100%> (+0.05%) ⬆️
...ireMock.Net/Util/ConcurrentObservableCollection.cs 64.1% <100%> (+5.27%) ⬆️
src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs 100% <100%> (ø) ⬆️
...WireMock.Net/Server/FluentMockServer.LogEntries.cs 16.66% <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 2f40602...30fe638. Read the comment docs.

@codecov
Copy link

codecov bot commented Sep 4, 2019

Codecov Report

Merging #339 into master will increase coverage by 0.02%.
The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #339      +/-   ##
==========================================
+ Coverage   80.25%   80.28%   +0.02%     
==========================================
  Files         111      111              
  Lines        4442     4448       +6     
==========================================
+ Hits         3565     3571       +6     
  Misses        877      877
Impacted Files Coverage Δ
src/WireMock.Net/Owin/WireMockMiddleware.cs 94.23% <100%> (+0.05%) ⬆️
...ireMock.Net/Util/ConcurrentObservableCollection.cs 64.1% <100%> (+5.27%) ⬆️
src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs 100% <100%> (ø) ⬆️
...WireMock.Net/Server/FluentMockServer.LogEntries.cs 16.66% <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 2f40602...30fe638. Read the comment docs.

@codecov
Copy link

codecov bot commented Sep 4, 2019

Codecov Report

Merging #339 into master will increase coverage by 0.02%.
The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #339      +/-   ##
==========================================
+ Coverage   80.25%   80.28%   +0.02%     
==========================================
  Files         111      111              
  Lines        4442     4448       +6     
==========================================
+ Hits         3565     3571       +6     
  Misses        877      877
Impacted Files Coverage Δ
src/WireMock.Net/Owin/WireMockMiddleware.cs 94.23% <100%> (+0.05%) ⬆️
...ireMock.Net/Util/ConcurrentObservableCollection.cs 64.1% <100%> (+5.27%) ⬆️
src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs 100% <100%> (ø) ⬆️
...WireMock.Net/Server/FluentMockServer.LogEntries.cs 16.66% <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 2f40602...30fe638. Read the comment docs.

@StefH StefH merged commit e1798fb into master Sep 17, 2019
@StefH StefH deleted the fix_ConcurrentObservableCollection branch September 17, 2019 16:13
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