DotNetAnalyzers / AsyncUsageAnalyzers

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

Update to Microsoft.CodeAnalysis 1.2.1 #62

Closed sharwell closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #62 into master will increase coverage by 1.58%. The diff coverage is 97.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage    79.6%   81.19%   +1.58%     
==========================================
  Files          41       38       -3     
  Lines        3099     2850     -249     
  Branches      210      184      -26     
==========================================
- Hits         2467     2314     -153     
+ Misses        528      440      -88     
+ Partials      104       96       -8
Impacted Files Coverage Δ
...zers/Usage/IncludeCancellationParameterAnalyzer.cs 89.87% <100%> (-0.26%) :arrow_down:
...cUsageAnalyzers/Usage/UseConfigureAwaitAnalyzer.cs 100% <100%> (ø) :arrow_up:
...ageAnalyzers/Reliability/AvoidAsyncVoidAnalyzer.cs 100% <100%> (ø) :arrow_up:
...yncUsageAnalyzers/Naming/UseAsyncSuffixAnalyzer.cs 100% <100%> (ø) :arrow_up:
...cUsageAnalyzers/Naming/AvoidAsyncSuffixAnalyzer.cs 100% <100%> (ø) :arrow_up:
...Analyzers.CodeFixes/Helpers/FixAllContextHelper.cs 59.82% <50%> (+10.6%) :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 7f08040...2df28b6. Read the comment docs.