DotNetAnalyzers / PublicApiAnalyzer

Superseded by Microsoft.CodeAnalysis.PublicApiAnalyzers
https://www.nuget.org/packages/Microsoft.CodeAnalysis.PublicApiAnalyzers/
Other
18 stars 9 forks source link

Add tests for code fixes #15

Closed sharwell closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #15 into master will increase coverage by 7.43%. The diff coverage is 80.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   42.15%   49.58%   +7.43%     
==========================================
  Files          69       69              
  Lines        5390     5850     +460     
  Branches      592      608      +16     
==========================================
+ Hits         2272     2901     +629     
+ Misses       3034     2840     -194     
- Partials       84      109      +25
Impacted Files Coverage Δ
...er.Test/ApiDesign/DeclarePublicAPIAnalyzerTests.cs 100% <100%> (ø) :arrow_up:
...ublicApiAnalyzer.Test/Verifiers/CodeFixVerifier.cs 48.11% <33.08%> (+34.39%) :arrow_up:
...ApiAnalyzer.Test/Helpers/CodeFixVerifier.Helper.cs 65.57% <65.62%> (+65.57%) :arrow_up:
...nalyzer/ApiDesign/DeclarePublicAPIAnalyzer.Impl.cs 89.28% <0%> (+8.24%) :arrow_up:
...zer/PublicApiAnalyzer/Helpers/ISymbolExtensions.cs 100% <0%> (+8.33%) :arrow_up:
...nalyzer.CodeFixes/ApiDesign/DeclarePublicAPIFix.cs 90.75% <0%> (+48.55%) :arrow_up:
...ApiAnalyzer.Test/Helpers/TestDiagnosticProvider.cs 81.25% <0%> (+81.25%) :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 0897c00...faa729c. Read the comment docs.