DotNetAnalyzers / AsyncUsageAnalyzers

Now superseded by Microsoft/vs-threading
https://github.com/Microsoft/vs-threading
Other
121 stars 18 forks source link

Add ConfigureAwait(true) as a second fix for UseConfigureAwaitCodeFixProvider #65

Closed sharwell closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
+ Coverage   81.19%   81.26%   +0.07%     
==========================================
  Files          38       38              
  Lines        2850     2856       +6     
  Branches      184      184              
==========================================
+ Hits         2314     2321       +7     
  Misses        440      440              
+ Partials       96       95       -1
Impacted Files Coverage Δ
...Analyzers.Test/Usage/UseConfigureAwaitUnitTests.cs 100% <100%> (ø) :arrow_up:
...odeFixes/Usage/UseConfigureAwaitCodeFixProvider.cs 93.18% <100%> (+1.07%) :arrow_up:
...ncUsageAnalyzers.Test/Verifiers/CodeFixVerifier.cs 54.88% <0%> (+0.46%) :arrow_up:

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 1cf9da4...4260a4c. Read the comment docs.