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 .ConfigureAwait(false); to the await Task calls #704

Merged
merged 5 commits into from
Dec 24, 2021
Merged

Conversation

StefH
Copy link
Collaborator

@StefH StefH commented Dec 20, 2021

No description provided.

@StefH StefH added the bug label Dec 20, 2021
@StefH StefH self-assigned this Dec 20, 2021
@codecov
Copy link

codecov bot commented Dec 20, 2021

Codecov Report

Merging #704 (b08b842) into master (1d1ff4a) will increase coverage by 0.01%.
The diff coverage is 77.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #704      +/-   ##
==========================================
+ Coverage   74.77%   74.79%   +0.01%     
==========================================
  Files         175      175              
  Lines        6296     6297       +1     
  Branches      647      647              
==========================================
+ Hits         4708     4710       +2     
  Misses       1385     1385              
+ Partials      203      202       -1     
Impacted Files Coverage Δ
...Net/Authentication/AzureADAuthenticationMatcher.cs 24.13% <0.00%> (ø)
.../ResponseProviders/DynamicAsyncResponseProvider.cs 0.00% <0.00%> (ø)
src/WireMock.Net/Serialization/MappingConverter.cs 58.79% <ø> (ø)
...c/WireMock.Net/Server/WireMockServer.LogEntries.cs 40.47% <ø> (ø)
src/WireMock.Net/Transformers/Transformer.cs 92.12% <ø> (ø)
src/WireMock.Net/Util/EnhancedFileSystemWatcher.cs 0.00% <0.00%> (ø)
src/WireMock.Net/Serialization/MatcherMapper.cs 89.09% <50.00%> (ø)
...ock.Net/Server/WireMockServer.ImportWireMockOrg.cs 56.71% <50.00%> (ø)
src/WireMock.Net/Owin/WireMockMiddleware.cs 86.58% <71.42%> (ø)
src/WireMock.Net/Server/WireMockServer.Admin.cs 57.00% <71.42%> (ø)
... and 11 more

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 1d1ff4a...b08b842. Read the comment docs.

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.

1 participant