DotNetAnalyzers / DocumentationAnalyzers

Analyzers for XML documentation
MIT License
35 stars 6 forks source link

Build debug and release configurations on AppVeyor #38

Closed sharwell closed 6 years ago

sharwell commented 6 years ago

Generally the two builds overlap. The primary differences between them are:

codecov[bot] commented 6 years ago

Codecov Report

Merging #38 into master will not change coverage. The diff coverage is n/a.

@@          Coverage Diff           @@
##           master     #38   +/-   ##
======================================
  Coverage    71.6%   71.6%           
======================================
  Files          36      36           
  Lines        3476    3476           
  Branches      299     299           
======================================
  Hits         2489    2489           
  Misses        860     860           
  Partials      127     127
JohanLarsson commented 6 years ago

Why both?

sharwell commented 6 years ago

@JohanLarsson Code coverage for tests is more accurate when optimizations are not applied to the assemblies. However, we only want deployments for the optimized binaries. By building both, both scenarios are supported.